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.LookUpdate Class Reference

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

Detailed Description

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.

Member Data Documentation

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.


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