Class OnPositionReachedSettings
- Namespace
- FluffyUnderware.Curvy.Controllers
Settings for events to be triggered when the controller reaches a specific position
[Serializable]
public class OnPositionReachedSettings
- Inheritance
-
OnPositionReachedSettings
Constructors
OnPositionReachedSettings()
public OnPositionReachedSettings()
Fields
Event
public CurvySplineMoveEvent Event
Field Value
GizmoColor
public Color GizmoColor
Field Value
- Color
Name
public string Name
Field Value
Position
public float Position
Field Value
PositionMode
public CurvyPositionMode PositionMode
Field Value
TriggeringDirections
public TriggeringDirections TriggeringDirections
Field Value
Methods
Clone()
public OnPositionReachedSettings Clone()
Returns
OnAfterDeserialize()
Implement this callback to transform data back into runtime data types after an object is deserialized.
public void OnAfterDeserialize()
OnBeforeSerialize()
Implement this callback to transform data into serializable data types immediately before an object is serialized.
public void OnBeforeSerialize()