C# Class ccAnimate, GGJ2016

Inheritance: MonoBehaviour
Exibir arquivo Open project: netgrind/GGJ2016

Public Properties

Property Type Description
animationTime float
curve UnityEngine.AnimationCurve

Protected Properties

Property Type Description
value float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

animationTime public_oe property

public float animationTime
return float

curve public_oe property

public AnimationCurve,UnityEngine curve
return UnityEngine.AnimationCurve

value protected_oe property

protected float value
return float