C# Class ShaderAnimator, GGJ2016

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

Méthodes publiques

Свойство Type Description
audioHolder GameObject
curve UnityEngine.AnimationCurve
mat Material
time float

Méthodes publiques

Méthode Description
A0 ( ) : void
A1 ( ) : void
A2 ( ) : void
A3 ( ) : void
A4 ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SetA0 ( float f ) : void
SetA1 ( float f ) : void
SetA2 ( float f ) : void
SetA3 ( float f ) : void
SetA4 ( float f ) : void
SetValues ( ) : void

Method Details

A0() public méthode

public A0 ( ) : void
Résultat void

A1() public méthode

public A1 ( ) : void
Résultat void

A2() public méthode

public A2 ( ) : void
Résultat void

A3() public méthode

public A3 ( ) : void
Résultat void

A4() public méthode

public A4 ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

SetA0() public méthode

public SetA0 ( float f ) : void
f float
Résultat void

SetA1() public méthode

public SetA1 ( float f ) : void
f float
Résultat void

SetA2() public méthode

public SetA2 ( float f ) : void
f float
Résultat void

SetA3() public méthode

public SetA3 ( float f ) : void
f float
Résultat void

SetA4() public méthode

public SetA4 ( float f ) : void
f float
Résultat void

SetValues() public méthode

public SetValues ( ) : void
Résultat void

Property Details

audioHolder public_oe property

public GameObject audioHolder
Résultat GameObject

curve public_oe property

public AnimationCurve,UnityEngine curve
Résultat UnityEngine.AnimationCurve

mat public_oe property

public Material mat
Résultat Material

time public_oe property

public float time
Résultat float