protected void SetResourceManagerCreate(string _ScriptPath) { this.ReleaseResource(); if (m_ResourceScript == null) { SetResourceObject(); } m_ResourceScript.Create(_ScriptPath); }