SCNAction.RotateBy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RotateBy(nfloat, SCNVector3, Double) | |
RotateBy(nfloat, nfloat, nfloat, Double) |
RotateBy(nfloat, SCNVector3, Double)
[Foundation.Export("rotateByAngle:aroundAxis:duration:")]
public static SceneKit.SCNAction RotateBy (nfloat angle, SceneKit.SCNVector3 axis, double durationInSeconds);
static member RotateBy : nfloat * SceneKit.SCNVector3 * double -> SceneKit.SCNAction
パラメーター
- angle
- nfloat
- axis
- SCNVector3
- durationInSeconds
- Double
戻り値
- 属性
適用対象
RotateBy(nfloat, nfloat, nfloat, Double)
[Foundation.Export("rotateByX:y:z:duration:")]
public static SceneKit.SCNAction RotateBy (nfloat xAngle, nfloat yAngle, nfloat zAngle, double durationInSeconds);
static member RotateBy : nfloat * nfloat * nfloat * double -> SceneKit.SCNAction
パラメーター
- xAngle
- nfloat
- yAngle
- nfloat
- zAngle
- nfloat
- durationInSeconds
- Double
戻り値
- 属性