示例#1
0
 internal void SetMesh(UnityEngine.Config.FileMap fms)
 {
     this.fms = fms;
     if (IsValid())
     {
         mesh_raw = Resources.GetMeshImport(fms);
     }
 }
示例#2
0
 internal MeshImport GetMeshImport(string guid)
 {
     return(Resources.GetMeshImport(guid));
 }