macOS/iOS API解説

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

目次

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

+preloadTextureAtlases:withCompletionHandler:

INDEX>Sprite Kit> SKTextureAtlasapple + (void)preloadTextureAtlases:(NSArray *)textureAtlases withCompletionHandler:(void (^)(void))completionHandler 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTextureAtlas 使用可能 iOS 7.0以降 定…

-preloadWithCompletionHandler:

INDEX>Sprite Kit> SKTextureAtlasapple - (void)preloadWithCompletionHandler:(void (^)(void))completionHandler 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTextureAtlas 使用可能 iOS 7.0以降 定義 SKTextureAtlas.h 参照 例文 編集時のバー…

-textureNamed:

INDEX>Sprite Kit> SKTextureAtlasapple テクスチャアトラスのデータストアからテクスチャを作成します - (SKTexture *)textureNamed:(NSString *)name 解説 テクスチャアトラスのデータストアからテクスチャを作成します。 返り値 (SKTexture *) 新しいテク…

+atlasNamed:

INDEX>Sprite Kit> SKTextureAtlasapple アプリケーションバンドルのデータストアからアトラスを作成する + (SKTextureAtlas *)atlasNamed:(NSString *)name 解説 アプリケーションバンドルのデータストアからアトラスを作成する。 テクスチャアトラスを見つ…

-preloadTextures:withCompletionHandler:

INDEX>Sprite Kit> SKTextureapple + (void)preloadTextures:(NSArray *)textures withCompletionHandler:(void (^)(void))completionHandler 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTexture 使用可能 iOS 7.0以降 定義 SKTexture.h 参照 例…

-preloadWithCompletionHandler:

INDEX>Sprite Kit> SKTextureapple - (void)preloadWithCompletionHandler:(void (^)(void))completionHandler 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTexture 使用可能 iOS 7.0以降 定義 SKTexture.h 参照 例文 編集時のバージョン OS X 10.…

usesMipmaps

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