CCLayerColor.m で
if ((self = [スーパー初期化]))
{
[self setIsRelativeAnchorPoint:YES];
self.anchorPoint = ccp(0.5,0.5);
}
しかし、prompt メソッドは廃止されました。廃止されていないメソッドを見つける方法を誰が知っていますか?
CCLayerColor.m で
if ((self = [スーパー初期化]))
{
[self setIsRelativeAnchorPoint:YES];
self.anchorPoint = ccp(0.5,0.5);
}
しかし、prompt メソッドは廃止されました。廃止されていないメソッドを見つける方法を誰が知っていますか?