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

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: Naphier/unity-design-patterns

Public Properties

Property Type Description
myCube0 MyCube
myCube1 MyCube

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

myCube0 public_oe property

public MyCube myCube0
return MyCube

myCube1 public_oe property

public MyCube myCube1
return MyCube