C# Class PlayerSelect, Ninja_Dudes

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Ninja_Dudes Class Usage Examples

Méthodes publiques

Свойство Type Description
PlayerNumber int
backSound UnityEngine.AudioClip
images GameObject[]
isReady bool
isReadyText GameObject
readySound UnityEngine.AudioClip

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

PlayerNumber public_oe property

public int PlayerNumber
Résultat int

backSound public_oe property

public AudioClip,UnityEngine backSound
Résultat UnityEngine.AudioClip

images public_oe property

public GameObject[] images
Résultat GameObject[]

isReady public_oe property

public bool isReady
Résultat bool

isReadyText public_oe property

public GameObject isReadyText
Résultat GameObject

readySound public_oe property

public AudioClip,UnityEngine readySound
Résultat UnityEngine.AudioClip