SLua.LuaSvrGameObject.OnDestroy C# (CSharp) 메소드

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void
        void OnDestroy()
        {
            if (state != null)
            {

                // state is disposed by editorapplication if in the Editor
                // state isn't disposed in App because that all resources will be disposed by app on process exit.
            }
        }