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 propertyBlockedMaterialThe material assigned to the sensor and all descendants when it is blocked. Note: Will only apply when both ClearedMaterial and BlockedMaterial are set.
Public propertyBlockingVisualsThe list of visuals that are currently blocking the collision sensor.
Public propertyClearedMaterialThe material assigned to the sensor and all descendants when it is cleared. Note: Will only apply when both ClearedMaterial and BlockedMaterial are set.
Public propertyControlModeThe control mode for the collision sensor.
Public propertyId
(Inherited from SerializableObject)
Public propertyIsBlockedWhether the collision sensor is currently blocked.
Public propertyIsBlockedBindableItem
Public propertyIsClearedWhether 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 propertySenseMultipleLoadsWhether the collision sensor can be blocked by multiple visuals simultaneously.
Public propertyVisual
(Inherited from VisualAspect)
Top
See Also