PhysicsRigidBodyLinearFactor Property |
The permitted world-space axes of movement.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Vector3 LinearFactor { get; set; }Property Value
Vector3
Remarks
A value of 0 specifies that movement is permitted in that axis, whilst a value of 1
specifies that movement is not permitted in that axis.
See Also