C# Class CollisionController, HomeAlone

Inheritance: MonoBehaviour
Mostrar archivo Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
CollisionEffect UnityEngine.AudioSource
Panel GameObject
Player GameObject
PlayerHP Text,
TalkPanel GameObject
WinPanel GameObject

Public Methods

Method Description
GameOver ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

GameOver() public method

public GameOver ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CollisionEffect public_oe property

public AudioSource,UnityEngine CollisionEffect
return UnityEngine.AudioSource

Panel public_oe property

public GameObject Panel
return GameObject

Player public_oe property

public GameObject Player
return GameObject

PlayerHP public_oe property

public Text, PlayerHP
return Text,

TalkPanel public_oe property

public GameObject TalkPanel
return GameObject

WinPanel public_oe property

public GameObject WinPanel
return GameObject