Data Structures | |
class | MoveCurve |
class | RotationCurves |
Public Member Functions | |
AnimationCurve | GetMoveCurve (string key_) |
RotationCurves | GetRotationCurves (string key_) |
Properties | |
List< MoveCurve > | cardMovementCurves [get] |
List< RotationCurves > | cardRotationCurves [get] |
This scriptable object saves global curve values for movement lerps.
|
inline |
Input a key, and this will return the corresponding MoveCurve from cardMovementCuves.
|
inline |
Input a key, and this will return the corresponding RotationCurve from cardRotationCuves.
|
get |
This list allows the developer to add different move curves, for adjusting the speed of cards while they animate to different spacial positions.
Move curves are serached for by key.
|
get |
This list allows the developer to add different rotation curves, for card flipping animations.
Rotation Curves are serached for by key.