コード例 #1
0
 /// <summary>
 /// ファイルをクリア
 /// </summary>
 public virtual void ClearFile()
 {
     GraphicComponent.RemoveComponentMySelf();
     GraphicComponent = null;
     this.gameObject.RemoveComponent <AssetFileReference>();
     this.File = null;
     this.Loader.Unload();
     this.GraphicInfo = null;
 }