C# Class GameLogic, Unity3D

Inheritance: MonoBehaviour
Mostra file Open project: k-lock/Unity3D Class Usage Examples

Public Properties

Property Type Description
HUD GameObject
PLAYER GameObject

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

HUD public_oe property

public GameObject HUD
return GameObject

PLAYER public_oe property

public GameObject PLAYER
return GameObject