Click or drag to resize

BoxTubeVisual Events

The BoxTubeVisual type exposes the following members.

Events
  NameDescription
Public eventAfterCreatePhysics
An event that is executed after physics has been created for the physics object.
(Inherited from PhysicsObject.)
Public eventAfterDestroyPhysics
An event that is executed after physics has been destroyed for the physics object.
(Inherited from PhysicsObject.)
Public eventCode exampleAspectRemoved
Raised when an aspect is removed from this Visual.
(Inherited from Visual.)
Public eventBeforeCreatePhysics
An event that is executed before physics is created for the physics object.
(Inherited from PhysicsObject.)
Public eventBeforeDestroyPhysics
An event that is executed before physics is destroyed for the physics object.
(Inherited from PhysicsObject.)
Public eventControlPointEndDragListeners
Occurs when a ControlPoint drag operation is completed.
(Inherited from Visual.)
Public eventControlPointStartDragListeners
Occurs when a ControlPoint drag operation is started.
(Inherited from Visual.)
Public eventDeletedListeners (Inherited from Visual.)
Public eventInitializeListeners
Occurs when the visual is initialized (OnInitialize).
(Inherited from Visual.)
Public eventMeshChanged
Occurs when the mesh of the visual is changed.
(Inherited from Visual.)
Public eventResetListeners
Occurs when the visual is reset (OnReset).
(Inherited from Visual.)
Top
See Also