Click or drag to resize

CollisionSensorAspectBlockingVisuals Property

The list of visuals that are currently blocking the collision sensor.

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public VisualList BlockingVisuals { get; }

Property Value

Type: VisualList

Implements

ISensorAspectBlockingVisuals
See Also