示例#1
0
 void ScriptReference_ScriptDestroy(MonoScriptEventArgs eventArgs)
 {
     this.Destroy();
 }
示例#2
0
 private void frame_ScriptUpdate(MonoScriptEventArgs eventArgs)
 {
     frame.GridUpdateAction();
 }
示例#3
0
 private void ScriptReference_ScriptAwake(MonoScriptEventArgs eventArgs)
 {
     this.Initialize();
 }