C# Class userAnim

Inheritance: MonoBehaviour
Afficher le fichier Open project: thgaskell/twitch-sacrifices-everyone

Méthodes publiques

Свойство Type Description
animDelay bool
chatbox GameObject
sacrifice bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Méthode Description
suspend ( ) : IEnumerator

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

animDelay public_oe property

public bool animDelay
Résultat bool

chatbox public_oe property

public GameObject chatbox
Résultat GameObject

sacrifice public_oe property

public bool sacrifice
Résultat bool