C# Class ccEventAnimateFloat, GGJ2016

Inheritance: ccEventBase
Mostrar archivo Open project: netgrind/GGJ2016

Public Properties

Property Type Description
animation UnityEngine.AnimationCurve
field CCReflectFloat
firePostAnimation string
max float
min float
time float
toggle bool

Protected Methods

Method Description
OnEvent ( ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

OnEvent() protected method

protected OnEvent ( ) : void
return void

Property Details

animation public_oe property

public AnimationCurve,UnityEngine animation
return UnityEngine.AnimationCurve

field public_oe property

public CCReflectFloat field
return CCReflectFloat

firePostAnimation public_oe property

public string firePostAnimation
return string

max public_oe property

public float max
return float

min public_oe property

public float min
return float

time public_oe property

public float time
return float

toggle public_oe property

public bool toggle
return bool