TopDown Engine
v4.1
|
This class is used to display debug information in classes using the MMSpring system More...
Public Member Functions | |
void | Update (float value, float target) |
Updates both the current and target values with the ones passed in parameters. More... | |
Public Attributes | |
float | CurrentValue |
the current value of the spring More... | |
float | TargetValue |
the target value of the spring More... | |
This class is used to display debug information in classes using the MMSpring system
void MoreMountains.Feedbacks.MMSpringDebug.Update | ( | float | value, |
float | target | ||
) |
Updates both the current and target values with the ones passed in parameters.
float MoreMountains.Feedbacks.MMSpringDebug.CurrentValue |
the current value of the spring
float MoreMountains.Feedbacks.MMSpringDebug.TargetValue |
the target value of the spring