ICrosshairSceneEntity Interface Methods

For a list of all members of this type, see ICrosshairSceneEntity members.

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodGets the first child entity of type T (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodGets the selection identifier under the mouse point. Use SciChart.Charting3D.Primitives.IEntityIdProvider to decode into mesh and vertex Ids (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Called immediately after an entity is attached to a parent (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Called immediate before an entity is detached from a parent (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Called when the D3DEngine Restarts. Meshes and DirectX related objects should be recreated (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodPerforms selection on this entity, setting the IsSelected flag to True or False on the specified Vertex Ids (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Renders this entity with the current scene and render pass data (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodSets the current SciChart.Charting3D.Primitives.IRenderPassInfo3D, which contains the data needed for this render pass (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Updates this entity with the current scene time (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodUpdates last hit vertex on TooltipModifier3D.UpdateOverlays method  
 Method

Implements the Visitor Pattern, visiting all Child entities (and their children) performing the operation on each one.

Use this when you want to set a property on all entities in the scene, or perform a certain function on all entities

(Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also