Click or drag to resize

CollisionSensorAspectClearedMaterial Property

The material assigned to the sensor and all descendants when it is cleared. Note: Will only apply when both ClearedMaterial and BlockedMaterial are set.

Namespace: Demo3D.Components
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public MeshMaterialProperty ClearedMaterial { get; set; }

Property Value

MeshMaterialProperty
See Also