Exemple #1
0
 protected override void OnReset()
 {
     _guiseState = null;
     if (guiseObj != null)
     {
         Object.Destroy(guiseObj);
     }
 }
Exemple #2
0
 protected override void OnStart()
 {
     _guiseState = State as GuiseState;
     AssetResources.LoadAsset(_guiseState.Path, OnLoad);
 }