Curvy  8.4.0
CurvySplineMoveEventArgs Class Reference
+ Inheritance diagram for CurvySplineMoveEventArgs:
+ Collaboration diagram for CurvySplineMoveEventArgs:

Detailed Description

EventArgs used by spline controller movements

Properties

CurvySplineSegment ControlPoint [get]
 The control point which reaching triggered this event More...
 
float Delta [get]
 The left distance yet to move. More...
 
MovementDirection MovementDirection [get]
 The movement direction the controller had when sending the event More...
 
float Position [get]
 Controller Position on Spline More...
 
SplineController Sender [get]
 The Spline Controller raising the event More...
 
CurvySpline Spline [get]
 The related spline More...
 
bool WorldUnits [get]
 Are Delta and Position in world units (in opposition to relative units)? More...
 

Public Member Functions

 CurvySplineMoveEventArgs (SplineController sender, CurvySpline spline, CurvySplineSegment controlPoint, float position, bool usingWorldUnits, float delta, MovementDirection direction)
 

Constructor & Destructor Documentation

CurvySplineMoveEventArgs ( SplineController  sender,
CurvySpline  spline,
CurvySplineSegment  controlPoint,
float  position,
bool  usingWorldUnits,
float  delta,
MovementDirection  direction 
)

Property Documentation

CurvySplineSegment ControlPoint
get

The control point which reaching triggered this event

float Delta
get

The left distance yet to move.

The movement direction the controller had when sending the event

float Position
get

Controller Position on Spline

SplineController Sender
get

The Spline Controller raising the event

CurvySpline Spline
get

The related spline

bool WorldUnits
get

Are Delta and Position in world units (in opposition to relative units)?


The documentation for this class was generated from the following file: