Esempio n. 1
0
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSummary(IntPtr schema, ref aiMeshSummary dst);
Esempio n. 2
0
 public void GetSummary(ref aiMeshSummary dst)
 {
     NativeMethods.aiPolyMeshGetSummary(self, ref dst);
 }