Beispiel #1
0
 private void RefreshDeformer()
 {
     Initialize();
     if (FilePath != "")
     {
         Mesh_Binder = SS_File.GetFile_ByteObject <MeshBinder>(Application.streamingAssetsPath + FilePath);
     }
     Deformer();
 }