Пример #1
0
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSummary(IntPtr schema, ref aiMeshSummary dst);
Пример #2
0
 public void GetSummary(ref aiMeshSummary dst)
 {
     NativeMethods.aiPolyMeshGetSummary(self, ref dst);
 }