Kerbal Space Program
1.12.4
|
Similar to ScaleTo but incredibly less expensive for usage inside the Update function or similar looping situations involving a "live" set of changing values with FULL customization options. Does not utilize an EaseType. More...
Public Attributes | |
const string | scale = "scale" |
A Transform or Vector3 for the final scale. More... | |
const string | time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete. More... | |
const string | x = "x" |
A System.Single or System.Double for the individual setting of the x axis. More... | |
const string | y = "y" |
A System.Single or System.Double for the individual setting of the y axis. More... | |
const string | z = "z" |
A System.Single or System.Double for the individual setting of the z axis. More... | |
Similar to ScaleTo but incredibly less expensive for usage inside the Update function or similar looping situations involving a "live" set of changing values with FULL customization options. Does not utilize an EaseType.
const string iT.ScaleUpdate.scale = "scale" |
A Transform or Vector3 for the final scale.
const string iT.ScaleUpdate.time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete.
const string iT.ScaleUpdate.x = "x" |
A System.Single or System.Double for the individual setting of the x axis.
const string iT.ScaleUpdate.y = "y" |
A System.Single or System.Double for the individual setting of the y axis.
const string iT.ScaleUpdate.z = "z" |
A System.Single or System.Double for the individual setting of the z axis.