Ejemplo n.º 1
0
 public void Hello()
 {
     ExecuteOrderTest.Log("[MonoB] Hello");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Awake is called when the script instance is being loaded.
 /// </summary>
 void Awake()
 {
     ExecuteOrderTest.Log("[MonoB] awake");
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     ExecuteOrderTest.Log("[MonoB] Start");
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Awake is called when the script instance is being loaded.
 /// </summary>
 protected override void DidAwake()
 {
     s_Instance = this;
 }