C# Class CollisionController, HomeAlone

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/HomeAlone Class Usage Examples

Méthodes publiques

Свойство Type Description
CollisionEffect UnityEngine.AudioSource
Panel GameObject
Player GameObject
PlayerHP Text,
TalkPanel GameObject
WinPanel GameObject

Méthodes publiques

Méthode Description
GameOver ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

GameOver() public méthode

public GameOver ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CollisionEffect public_oe property

public AudioSource,UnityEngine CollisionEffect
Résultat UnityEngine.AudioSource

Panel public_oe property

public GameObject Panel
Résultat GameObject

Player public_oe property

public GameObject Player
Résultat GameObject

PlayerHP public_oe property

public Text, PlayerHP
Résultat Text,

TalkPanel public_oe property

public GameObject TalkPanel
Résultat GameObject

WinPanel public_oe property

public GameObject WinPanel
Résultat GameObject