C# Class ccAnimate, GGJ2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: netgrind/GGJ2016

Méthodes publiques

Свойство Type Description
animationTime float
curve UnityEngine.AnimationCurve

Protected Properties

Свойство Type Description
value float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

animationTime public_oe property

public float animationTime
Résultat float

curve public_oe property

public AnimationCurve,UnityEngine curve
Résultat UnityEngine.AnimationCurve

value protected_oe property

protected float value
Résultat float