C# Class TextureAnimation, DADIU2015Team4MiniGame1

Inheritance: MonoBehaviour
Datei anzeigen Open project: veselin-/DADIU2015Team4MiniGame1 Class Usage Examples

Public Properties

Property Type Description
animationTime float
tex1 UnityEngine.Texture2D

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

noThunder() public method

public noThunder ( ) : void
return void

thunder() public method

public thunder ( ) : void
return void

Property Details

animationTime public_oe property

public float animationTime
return float

tex1 public_oe property

public Texture2D,UnityEngine tex1
return UnityEngine.Texture2D