Kerbal Space Program
1.12.4
|
Similar to LookTo 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 | axis = "axis" |
A System.String. Restricts rotation to the supplied axis only. More... | |
const string | looktarget = "looktarget" |
A Transform or Vector3 for a target the GameObject will look at. More... | |
const string | time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete. More... | |
Similar to LookTo 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.LookUpdate.axis = "axis" |
A System.String. Restricts rotation to the supplied axis only.
const string iT.LookUpdate.looktarget = "looktarget" |
A Transform or Vector3 for a target the GameObject will look at.
const string iT.LookUpdate.time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete.