macOS/iOS API解説

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

目次

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

+moveBy:duration:

INDEX>Sprite Kit>SKAction 移動するアクションを作成 + (SKAction *)moveBy:(CGVector)delta duration:(NSTimeInterval)sec 解説 移動するアクションを作成します。 返り値 (SKAction *) 新しい移動アクション 引数 (CGVector)delta 移動量 (NSTimeInterval…

-previousLocationInNode:

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

-locationInNode:

INDEX>Sprite Kit> UITouch Sprite Kit Additionsapple ノードの座標システムに変換します - (CGPoint)locationInNode:(SKNode *)node 解説 ノードの座標系に変換します。 返り値 (CGPoint) ノードの座標系での位置 引数 (SKNode *)node タッチイベントを受…

-pause

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

play

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

size

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

anchorPoint

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

-initWithVideoURL:

INDEX>Sprite Kit> SKVideoNodeapple - (instancetype)initWithVideoURL:(NSURL *)url 解説 返り値 引数 フレームワーク Sprite Kit クラス SKVideoNode 使用可能 iOS 7.0以降 定義 SKVideoNode.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

-initWithAVPlayer:

INDEX>Sprite Kit> SKVideoNodeapple - (instancetype)initWithAVPlayer:(AVPlayer *)player 解説 返り値 引数 フレームワーク Sprite Kit クラス SKVideoNode 使用可能 iOS 7.0以降 定義 SKVideoNode.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

+initWithVideoFileNamed:

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

+videoNodeWithVideoURL:

INDEX>Sprite Kit> SKVideoNodeapple + (SKVideoNode *)videoNodeWithVideoURL:(NSURL *)videoURL 解説 返り値 引数 フレームワーク Sprite Kit クラス SKVideoNode 使用可能 iOS 7.0以降 定義 SKVideoNode.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7.0

+videoNodeWithAVPlayer:

INDEX>Sprite Kit> SKVideoNodeapple + (SKVideoNode *)videoNodeWithAVPlayer:(AVPlayer *)player 解説 返り値 引数 フレームワーク Sprite Kit クラス SKVideoNode 使用可能 iOS 7.0以降 定義 SKVideoNode.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7…

+videoNodeWithVideoFileNamed:

INDEX>Sprite Kit> SKVideoNodeapple + (SKVideoNode *)videoNodeWithVideoFileNamed:(NSString *)videoFile 解説 返り値 引数 フレームワーク Sprite Kit クラス SKVideoNode 使用可能 iOS 7.0以降 定義 SKVideoNode.h 参照 例文 編集時のバージョン OS X 1…

pausesOutgoingScene

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

pausesIncomingScene

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

+transitionWithCIFilter:duration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)transitionWithCIFilter:(CIFilter *)filter duration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 …

+revealWithDirection:duration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)revealWithDirection:(SKTransitionDirection)direction duration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h…

+pushWithDirection:duration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)pushWithDirection:(SKTransitionDirection)direction duration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h …

+moveInWithDirection:duration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)moveInWithDirection:(SKTransitionDirection)direction duration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h…

+flipVerticalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)flipVerticalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS X 10…

+flipHorizontalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)flipHorizontalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS X …

+fadeWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)fadeWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS X 10.9 iOS 7…

+fadeWithColor:duration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)fadeWithColor:(SKColor *)color duration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバ…

+doorwayWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)doorwayWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS X 10.9 iOS…

+doorsOpenVerticalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)doorsOpenVerticalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS…

+doorsOpenHorizontalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)doorsOpenHorizontalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン …

+doorsCloseVerticalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)doorsCloseVerticalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン O…

+doorsCloseHorizontalWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)doorsCloseHorizontalWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン…

+crossFadeWithDuration:

INDEX>Sprite Kit> SKTransitionapple + (SKTransition *)crossFadeWithDuration:(NSTimeInterval)sec 解説 返り値 引数 フレームワーク Sprite Kit クラス SKTransition 使用可能 iOS 7.0以降 定義 SKTransition.h 参照 例文 編集時のバージョン OS X 10.9 …

textureNames

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