C# Class GameLogic, Unity3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: k-lock/Unity3D Class Usage Examples

Méthodes publiques

Свойство Type Description
HUD GameObject
PLAYER GameObject

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

HUD public_oe property

public GameObject HUD
Résultat GameObject

PLAYER public_oe property

public GameObject PLAYER
Résultat GameObject