Click or drag to resize

CollisionSensorAspect Properties

The CollisionSensorAspect type exposes the following members.

Properties
  NameDescription
Public propertyAspectManagedBy
The Aspect that this is managed by.
(Inherited from AspectComponentBase.)
Public propertyBindingNameStore
Manages binding names for aspect bindable items.
(Inherited from AspectComponentBase.)
Public propertyBlockedMaterial
The material assigned to the sensor and all descendants when it is blocked. Note: Will only apply when both ClearedMaterial and BlockedMaterial are set.
Public propertyBlockingVisuals
The list of visuals that are currently blocking the collision sensor.
Public propertyClearedMaterial
The material assigned to the sensor and all descendants when it is cleared. Note: Will only apply when both ClearedMaterial and BlockedMaterial are set.
Public propertyControlMode
The control mode for the collision sensor.
Public propertyId (Inherited from SerializableObject.)
Public propertyIsBlocked
Whether the collision sensor is currently blocked.
Public propertyIsBlockedBindableItem
Public propertyIsCleared
Whether the collision sensor is currently blocked.
Public propertyIsClearedBindableItem
Public propertyIsCollapsed
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.)
Public propertyIsEnabled
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.)
Public propertyIsReadOnly
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.)
Public propertySenseMultipleLoads
Whether the collision sensor can be blocked by multiple visuals simultaneously.
Public propertyVisual (Inherited from VisualAspect.)
Top
See Also