C# Class NG.Patterns.Structure.ObserverPatternExample.CubeController
Show file
Open project: Naphier/unity-design-patterns
Public Properties
Public Methods
Method Details
public Awake ( ) : void |
return |
void |
|
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public MyCube myCube0 |
return |
MyCube |
|
public MyCube myCube1 |
return |
MyCube |
|