Classes | |
class | ConnectedControlPointsSelector |
A class used by SplineController to define custom selection logic to select between the possible connected splines when the controller reaches a CurvyConnection More... | |
class | ControllerEvent |
class | CurvyController |
Controller base class More... | |
class | CurvySplineMoveEvent |
EventArgs used by spline controller movements More... | |
class | CurvySplineMoveEventArgs |
EventArgs used by spline controller movements More... | |
class | MovementDirectionMethods |
Extension methods for MovementDirection More... | |
class | OnPositionReachedSettings |
Settings for events to be triggered when the controller reaches a specific position More... | |
class | PathController |
Controller working on Curvy Generator Paths More... | |
class | SplineController |
Controller working with Splines More... | |
class | UITextSplineController |
SplineController modifying uGUI text More... | |
class | VolumeController |
Controller using a Curvy Generator Volume More... | |
Enumerations | |
enum | MotionConstraints { None = 0, FreezePositionX = 1 << 0, FreezePositionY = 1 << 1, FreezePositionZ = 1 << 2, FreezeRotationX = 1 << 3, FreezeRotationY = 1 << 4, FreezeRotationZ = 1 << 5 } |
Defines what motions are to be frozen More... | |
enum | MovementDirection { Forward, Backward } |
Defines if the controller will move the object the same direction that the spline or the opposite one More... | |
enum | SplineControllerConnectionBehavior { CurrentSpline, FollowUpSpline, RandomSpline, FollowUpOtherwiseRandom, Custom } |
Defines what spline a SplineController will use when reaching a CurvyConnection. More... | |
enum | TargetComponent { Transform, KinematicRigidbody, KinematicRigidbody2D } |
Defines what is the component controlled by the controller More... | |
enum | TriggeringDirections { All, Forward, Backward } |
Defines what travel directions should trigger an event More... | |
|
strong |
Defines what motions are to be frozen
|
strong |
|
strong |
Defines what spline a SplineController will use when reaching a CurvyConnection.
|
strong |
|
strong |