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