SCNPhysicsBody.AngularVelocity Property
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.
Gets or sets the angular velocity as a vector whose first 3 values comprise a 3D direction vector, and whose fourth value specifes an angular rate in radians per second.
public virtual SceneKit.SCNVector4 AngularVelocity { [Foundation.Export("angularVelocity")] get; [Foundation.Export("setAngularVelocity:")] set; }
member this.AngularVelocity : SceneKit.SCNVector4 with get, set
Property Value
- Attributes