SCNAction.RotateBy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- angle
- nfloat
- axis
- SCNVector3
- durationInSeconds
- Double
Returns
- Attributes
Applies to
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
Parameters
- xAngle
- nfloat
- yAngle
- nfloat
- zAngle
- nfloat
- durationInSeconds
- Double
Returns
- Attributes