C# Class CollapseAnimator, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
animate bool
collapseParticle GameObject
collapseSpeed float
pauseTime float
soundEffect UnityEngine.AudioClip

Méthodes publiques

Méthode Description
Animate ( Tower, t ) : void

Private Methods

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

Method Details

Animate() public static méthode

public static Animate ( Tower, t ) : void
t Tower,
Résultat void

Property Details

animate public_oe static_oe property

public static bool animate
Résultat bool

collapseParticle public_oe property

public GameObject collapseParticle
Résultat GameObject

collapseSpeed public_oe property

public float collapseSpeed
Résultat float

pauseTime public_oe property

public float pauseTime
Résultat float

soundEffect public_oe property

public AudioClip,UnityEngine soundEffect
Résultat UnityEngine.AudioClip