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) | |
CurvySplineMoveEventArgs | ( | SplineController | sender, |
CurvySpline | spline, | ||
CurvySplineSegment | controlPoint, | ||
float | position, | ||
bool | usingWorldUnits, | ||
float | delta, | ||
MovementDirection | direction | ||
) |
|
get |
The control point which reaching triggered this event
|
get |
The left distance yet to move.
The movement direction the controller had when sending the event
|
get |
Controller Position on Spline
|
get |
The Spline Controller raising the event
|
get |
The related spline