Click or drag to resize

PhysicsRigidBodyLinearFactor Property

The permitted world-space axes of movement.

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

Property Value

Type: 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