コード例 #1
0
ファイル: SliceLayer.cs プロジェクト: qq302011/MatterSlice
 public void FreeIslandMemory()
 {
     Islands.Clear();
     Islands = null;
 }