C# Class ccEventAnimateColor, GGJ2016

Inheritance: ccEventBase
ファイルを表示 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
anim UnityEngine.AnimationCurve
animLength float
endColor Color
output CCReflectColor
postEvent string

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
OnEvent ( ) : void

Method Details

OnEvent() protected method

protected OnEvent ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

anim public_oe property

public AnimationCurve,UnityEngine anim
return UnityEngine.AnimationCurve

animLength public_oe property

public float animLength
return float

endColor public_oe property

public Color endColor
return Color

output public_oe property

public CCReflectColor output
return CCReflectColor

postEvent public_oe property

public string postEvent
return string