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: 15.0.2.11458
Syntaxpublic bool IsConveyorSurface { get; set; }Property Value
Type:
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