Click or drag to resize

PhysicsGeometryIsConveyorSurface Property

Whether the geometry represents a conveyor surface (e.g. belt or rollers).

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool IsConveyorSurface { get; set; }

Property Value

Boolean
Remarks
Setting this to true will cause contact points to have their friction direction and movement speed properties set by the conveyor's MovementSurface.
See Also