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

Changes a GameObject's color values instantly then returns them to the provided properties over time with FULL customization options. If a GUIText or GUITexture component is attached, it will become the target of the animation. More...

Public Attributes

const string a = "a"
 A System.Single or System.Double for the individual setting of the alpha. More...
 
const string b = "b"
 A System.Single or System.Double for the individual setting of the color green. More...
 
const string color = "color"
 A Color to change the GameObject's color to. More...
 
const string delay = "delay"
 A System.Single or System.Double for the time in seconds the animation will wait before beginning. More...
 
const string easetype = "easetype"
 A EaseType or System.String for the shape of the easing curve applied to the animation. More...
 
const string g = "g"
 A System.Single or System.Double for the individual setting of the color green. More...
 
const string includechildren = "includechildren"
 A System.Boolean for whether or not to include children of this GameObject. True by default. More...
 
const string looptype = "looptype"
 A LoopType or System.String for the type of loop to apply once the animation has completed. More...
 
const string namedcolorvalue = "namedcolorvalue"
 A NamedColorValue or System.String for the individual setting of the alpha. More...
 
const string oncomplete = "oncomplete"
 A System.String for the name of a function to launch at the end of the animation. More...
 
const string oncompleteparams = "oncompleteparams"
 A System.Object for arguments to be sent to the "oncomplete" method. More...
 
const string oncompletetarget = "oncompletetarget"
 A GameObject for a reference to the GameObject that holds the "oncomplete" method. More...
 
const string onstart = "onstart"
 A System.String for the name of a function to launch at the beginning of the animation. More...
 
const string onstartparams = "onstartparams"
 A System.Object for arguments to be sent to the "onstart" method. More...
 
const string onstarttarget = "onstarttarget"
 A GameObject for a reference to the GameObject that holds the "onstart" method. More...
 
const string onupdate = "onupdate"
 A System.String for the name of a function to launch on every step of the animation. More...
 
const string onupdateparams = "onupdateparams"
 A System.Object for arguments to be sent to the "onupdate" method. More...
 
const string onupdatetarget = "onupdatetarget"
 A GameObject for a reference to the GameObject that holds the "onupdate" method. More...
 
const string r = "r"
 A System.Single or System.Double for the individual setting of the color red. 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

Changes a GameObject's color values instantly then returns them to the provided properties over time with FULL customization options. If a GUIText or GUITexture component is attached, it will become the target of the animation.

Member Data Documentation

const string iT.ColorFrom.a = "a"

A System.Single or System.Double for the individual setting of the alpha.

const string iT.ColorFrom.b = "b"

A System.Single or System.Double for the individual setting of the color green.

const string iT.ColorFrom.color = "color"

A Color to change the GameObject's color to.

const string iT.ColorFrom.delay = "delay"

A System.Single or System.Double for the time in seconds the animation will wait before beginning.

const string iT.ColorFrom.easetype = "easetype"

A EaseType or System.String for the shape of the easing curve applied to the animation.

const string iT.ColorFrom.g = "g"

A System.Single or System.Double for the individual setting of the color green.

const string iT.ColorFrom.includechildren = "includechildren"

A System.Boolean for whether or not to include children of this GameObject. True by default.

const string iT.ColorFrom.looptype = "looptype"

A LoopType or System.String for the type of loop to apply once the animation has completed.

const string iT.ColorFrom.namedcolorvalue = "namedcolorvalue"

A NamedColorValue or System.String for the individual setting of the alpha.

const string iT.ColorFrom.oncomplete = "oncomplete"

A System.String for the name of a function to launch at the end of the animation.

const string iT.ColorFrom.oncompleteparams = "oncompleteparams"

A System.Object for arguments to be sent to the "oncomplete" method.

const string iT.ColorFrom.oncompletetarget = "oncompletetarget"

A GameObject for a reference to the GameObject that holds the "oncomplete" method.

const string iT.ColorFrom.onstart = "onstart"

A System.String for the name of a function to launch at the beginning of the animation.

const string iT.ColorFrom.onstartparams = "onstartparams"

A System.Object for arguments to be sent to the "onstart" method.

const string iT.ColorFrom.onstarttarget = "onstarttarget"

A GameObject for a reference to the GameObject that holds the "onstart" method.

const string iT.ColorFrom.onupdate = "onupdate"

A System.String for the name of a function to launch on every step of the animation.

const string iT.ColorFrom.onupdateparams = "onupdateparams"

A System.Object for arguments to be sent to the "onupdate" method.

const string iT.ColorFrom.onupdatetarget = "onupdatetarget"

A GameObject for a reference to the GameObject that holds the "onupdate" method.

const string iT.ColorFrom.r = "r"

A System.Single or System.Double for the individual setting of the color red.

const string iT.ColorFrom.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: