macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

2014-02-16から1日間の記事一覧

ignoresSiblingOrder

INDEX>Sprite Kit> SKViewapple @property(nonatomic) BOOL ignoresSiblingOrder 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

frameInterval

INDEX>Sprite Kit> SKViewapple @property(nonatomic) NSInteger frameInterval 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

-convertPoint:toScene:

INDEX>Sprite Kit> SKViewapple - (CGPoint)convertPoint:(CGPoint)point toScene:(SKScene *)scene 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

-convertPoint:fromScene:

INDEX>Sprite Kit> SKViewapple - (CGPoint)convertPoint:(CGPoint)point fromScene:(SKScene *)scene 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

showsNodeCount

INDEX>Sprite Kit> SKViewapple @property(nonatomic) BOOL showsNodeCount 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

showsDrawCount

INDEX>Sprite Kit> SKViewapple @property(nonatomic) BOOL showsDrawCount 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

showsFPS

INDEX>Sprite Kit> SKViewapple @property(nonatomic) BOOL showsFPS 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

asynchronous

INDEX>Sprite Kit> SKViewapple @property(getter=isAsynchronous, nonatomic) BOOL asynchronous 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

-textureFromNode:

INDEX>Sprite Kit> SKViewapple - (SKTexture *)textureFromNode:(SKNode *)node 解説 返り値 (SKTexture *) 引数 (SKNode *)node フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS…

paused

INDEX>Sprite Kit> SKViewapple ビューは停止中かどうか @property(getter=isPaused, nonatomic) BOOL paused 解説 設定値 BOOL フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 関連記事 Code Ninja | Pausing a Sprite …

scene

INDEX>Sprite Kit> SKViewapple @property(readonly, nonatomic) SKScene *scene 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

-presentScene:transition:

INDEX>Sprite Kit> SKViewapple - (void)presentScene:(SKScene *)scene transition:(SKTransition *)transition 解説 返り値 引数 フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7.0以降 定義 SKView.h 参照 関連記事 SpriteKitのシーンの切り替え…

-presentScene:

INDEX>Sprite Kit> SKViewapple ビューにシーンを表示します - (void)presentScene:(SKScene *)scene 解説 ビューにシーンを表示します。 返り値 (void) なし 引数 (SKScene *)scene 表示するシーン フレームワーク Sprite Kit クラス SKView 使用可能 iOS 7…