C# Class CollapseAnimator, verthex

Inheritance: MonoBehaviour
Datei anzeigen Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
animate bool
collapseParticle GameObject
collapseSpeed float
pauseTime float
soundEffect UnityEngine.AudioClip

Public Methods

Method Description
Animate ( Tower, t ) : void

Private Methods

Method Description
BeginAnimation ( Tower, t ) : void
Collapse ( ) : void
CollapseAnimation ( ) : IEnumerator
Pause ( ) : IEnumerator
Pre ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Animate() public static method

public static Animate ( Tower, t ) : void
t Tower,
return void

Property Details

animate public_oe static_oe property

public static bool animate
return bool

collapseParticle public_oe property

public GameObject collapseParticle
return GameObject

collapseSpeed public_oe property

public float collapseSpeed
return float

pauseTime public_oe property

public float pauseTime
return float

soundEffect public_oe property

public AudioClip,UnityEngine soundEffect
return UnityEngine.AudioClip