C# Class ccGroupScale, GGJ2016

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

Méthodes publiques

Свойство Type Description
axisAddScale Vector3
axisBaseScale Vector3
frequency float
phase float
phasePerSecond float
scale UnityEngine.AnimationCurve

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

axisAddScale public_oe property

public Vector3 axisAddScale
Résultat Vector3

axisBaseScale public_oe property

public Vector3 axisBaseScale
Résultat Vector3

frequency public_oe property

public float frequency
Résultat float

phase public_oe property

public float phase
Résultat float

phasePerSecond public_oe property

public float phasePerSecond
Résultat float

scale public_oe property

public AnimationCurve,UnityEngine scale
Résultat UnityEngine.AnimationCurve