C# Class TextureAnimation, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/DADIU2015Team4MiniGame1 Class Usage Examples

Méthodes publiques

Свойство Type Description
animationTime float
tex1 UnityEngine.Texture2D

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

noThunder() public méthode

public noThunder ( ) : void
Résultat void

thunder() public méthode

public thunder ( ) : void
Résultat void

Property Details

animationTime public_oe property

public float animationTime
Résultat float

tex1 public_oe property

public Texture2D,UnityEngine tex1
Résultat UnityEngine.Texture2D