C# Class NG.Patterns.Structure.ObserverPatternExample.CubeController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Naphier/unity-design-patterns

Méthodes publiques

Свойство Type Description
myCube0 MyCube
myCube1 MyCube

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
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

myCube0 public_oe property

public MyCube myCube0
Résultat MyCube

myCube1 public_oe property

public MyCube myCube1
Résultat MyCube