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
返回
- 属性