macOS/iOS API解説

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

目次

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

+jointWithBodyA:bodyB:anchorA:anchorB:

INDEX>Sprite Kit> SKPhysicsJointSpringapple + (SKPhysicsJointSpring *)jointWithBodyA:(SKPhysicsBody *)bodyA bodyB:(SKPhysicsBody *)bodyB anchorA:(CGPoint)anchorA anchorB:(CGPoint)anchorB 解説 返り値 引数 フレームワーク Sprite Kit クラス SK…

upperDistanceLimit

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

lowerDistanceLimit

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

shouldEnableLimits

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

+jointWithBodyA:bodyB:anchor:axis:

INDEX>Sprite Kit> SKPhysicsJointSlidingapple + (SKPhysicsJointSliding *)jointWithBodyA:(SKPhysicsBody *)bodyA bodyB:(SKPhysicsBody *)bodyB anchor:(CGPoint)anchor axis:(CGVector)axis 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPhysi…

frictionTorque

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

upperAngleLimit

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

lowerAngleLimit

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

shouldEnableLimits

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

+jointWithBodyA:bodyB:anchor:

INDEX>Sprite Kit> SKPhysicsJointPinapple + (SKPhysicsJointPin *)jointWithBodyA:(SKPhysicsBody *)bodyA bodyB:(SKPhysicsBody *)bodyB anchor:(CGPoint)anchor 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPhysicsJointPin 使用可能 iOS 7.0…

maxLength

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

+jointWithBodyA:bodyB:anchorA:anchorB:

INDEX>Sprite Kit> SKPhysicsJointLimitapple + (SKPhysicsJointLimit *)jointWithBodyA:(SKPhysicsBody *)bodyA bodyB:(SKPhysicsBody *)bodyB anchorA:(CGPoint)anchorA anchorB:(CGPoint)anchorB 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPh…

+jointWithBodyA:bodyB:anchor:

INDEX>Sprite Kit> SKPhysicsJointFixedapple + (SKPhysicsJointFixed *)jointWithBodyA:(SKPhysicsBody *)bodyA bodyB:(SKPhysicsBody *)bodyB anchor:(CGPoint)anchor 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPhysicsJointFixed 使用可能 iO…

bodyB

INDEX>Sprite Kit> SKPhysicsJointapple @property(retain, nonatomic) SKPhysicsBody *bodyB 解説 物理ボディ接続のための一方のボディです。 設定値 SKPhysicsBody *bodyB フレームワーク Sprite Kit クラス SKPhysicsJoint 使用可能 iOS 7.0以降 定義 SKP…

bodyA

INDEX>Sprite Kit> SKPhysicsJointapple 物理ボディ接続のための一方のボディです。 @property(retain, nonatomic) SKPhysicsBody *bodyA 解説 物理ボディ接続のための一方のボディです。 設定値 SKPhysicsBody *bodyA フレームワーク Sprite Kit クラス SKP…

collisionImpulse

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

contactPoint

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

bodyB

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

bodyA

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

joints

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

node

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

resting

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

angularVelocity

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

velocity

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

-applyImpulse:atPoint:

INDEX>Sprite Kit> SKPhysicsBodyapple - (void)applyImpulse:(CGVector)impulse atPoint:(CGPoint)point 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPhysicsBody 使用可能 iOS 7.0以降 定義 SKPhysicsBody.h 参照 例文 編集時のバージョン OS X …

-applyAngularImpulse:

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

-applyImpulse:

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

-applyForce:atPoint:

INDEX>Sprite Kit> SKPhysicsBodyapple - (void)applyForce:(CGVector)force atPoint:(CGPoint)point 解説 返り値 引数 フレームワーク Sprite Kit クラス SKPhysicsBody 使用可能 iOS 7.0以降 定義 SKPhysicsBody.h 参照 例文 編集時のバージョン OS X 10.9…

-applyTorque:

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

-applyForce:

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