コード例 #1
0
ファイル: PureData.cs プロジェクト: penotea/pd-for-unity
 public static void closeFile(int handle)
 {
     Platform.closeFile(handle);
 }