![]() |
TopDown Engine v4.3
|
Protected Member Functions | |
override void | Initialization () |
![]() | |
override void | UpdateSpringValue () |
Updates the spring's target value More... | |
override void | Initialization () |
Performs initialization for this spring More... | |
virtual void | ApplyValue (float newValue) |
override void | GrabCurrentValue () |
Grabs the current value on the spring's target More... | |
override void | Awake () |
On awake we self disable More... | |
void | OnDestroy () |
override void | TestMoveTo () |
override void | TestMoveToAdditive () |
override void | TestMoveToSubtractive () |
override void | TestMoveToRandom () |
override void | TestMoveToInstant () |
override void | TestBump () |
override void | TestBumpRandom () |
Properties | |
override float | TargetFloat [getset] |
![]() | |
override bool | LowVelocity [get] |
float | DeltaTime [get] |
virtual float | TargetFloat [getset] |
Additional Inherited Members | |
![]() | |
virtual void | MoveTo (float newValue) |
virtual void | MoveToAdditive (float newValue) |
virtual void | MoveToSubtractive (float newValue) |
virtual void | MoveToRandom () |
virtual void | MoveToRandom (float min, float max) |
virtual void | MoveToInstant (float newValue) |
virtual void | Bump (float bumpAmount) |
virtual void | BumpRandom () |
virtual void | BumpRandom (float min, float max) |
override void | Stop () |
Stops all value movement on this spring More... | |
override void | RestoreInitialValue () |
Restores this spring's initial value More... | |
override void | ResetInitialValue () |
Sets the current value of this spring as its new initial value, overriding the previous one More... | |
override void | Finish () |
Moves this spring to its destination and disables it More... | |
void | OnMMEvent (MMSpringFloatEvent springEvent) |
![]() | |
T | Target |
TimeScaleModes | TimeScaleMode |
whether this spring should run on scaled time (and be impacted by time scale changes) or unscaled time (and not be impacted by time scale changes) More... | |
MMChannelModes | ChannelMode |
int | Channel |
the channel to listen to - has to match the one on the feedback More... | |
MMChannel | MMChannelDefinition |
MMSpringFloat | FloatSpring |
Vector2 | MoveToRandomValue |
the min (x) and max (y) values between which a random target value will be picked when calling MoveToRandom More... | |
Vector2 | BumpAmountRandomValue |
the min (x) and max (y) values between which a random bump value will be picked when calling BumpRandom More... | |
float | TestMoveToValue |
the value to move this spring to when interacting with any of the MoveTo debug buttons in its inspector More... | |
bool | MoveToToolbar |
float | TestBumpAmount |
the amount by which to bump this spring when interacting with the Bump debug button in its inspector More... | |
bool | BumpToToolbar |
bool | OtherControlsToToolbar |
|
protected |
|
getset |