Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
iT.ScaleUpdate Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: