コード例 #1
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSummary(IntPtr schema, ref aiMeshSummary dst);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 public void GetSummary(ref aiMeshSummary dst)
 {
     NativeMethods.aiPolyMeshGetSummary(self, ref dst);
 }