Click or drag to resize

IControlPoint Interface

The control point interface.

Namespace: Demo3D.ControlPoints
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IControlPoint

The IControlPoint type exposes the following members.

Properties
 NameDescription
Public propertyHighlighted Whether the control point is highlighted.
Public propertyRenderAfterTransparencies Whether to render the control point after transparencies.
Top
Methods
 NameDescription
Public methodActivate Executes when the control point is shown.
Public methodDeactivate Executes when the control point is hidden.
Public methodPick Test if the world ray intersects the control point.
Public methodRender Render the control point
Public methodUpdateSize Update the size of the control point.
Top
See Also