Click or drag to resize

PhysicsRigidBodyAngularFactor Property

The permitted world-space axes of rotation.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 AngularFactor { get; set; }

Property Value

Type: Vector3
Remarks
A value of 0 specifies that rotation is permitted in that axis, whilst a value of 1 specifies that rotation is not permitted in that axis.
See Also