Click or drag to resize

ContainerVisualCollisionType Property

Hints at the type of physics collision geometry to be used. Selecting "Bounding Box" indicates that the container should be treated as a box, which works best when moving Containers as a 'Load' on a conveyor. Other options indicate that the container should be treated as a concave object, allowing items to fall into it, which works best when the container is a deflector.

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

Property Value

Type: PhysicsCollisionType
See Also