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: 19.00.00
Syntax
C#
public VisualList BlockingVisuals { get; }

Property Value

VisualList

Implements

ISensorAspectBlockingVisuals
See Also