C# Class MetroStudentsControl

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
changedtosuit bool
smoothtime float
suit GameObject
wheretogo GameObject

Méthodes publiques

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

Private Methods

Méthode Description
Wait ( float waittime ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

changedtosuit public_oe property

public bool changedtosuit
Résultat bool

smoothtime public_oe property

public float smoothtime
Résultat float

suit public_oe property

public GameObject suit
Résultat GameObject

wheretogo public_oe property

public GameObject wheretogo
Résultat GameObject