PhysicsGeometryIsConveyorSurface Property |
Whether the geometry represents a conveyor surface (e.g. belt or rollers).
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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