Exemplo n.º 1
0
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSampleSummary(IntPtr sample, ref aiMeshSampleSummary dst);
Exemplo n.º 2
0
 public void GetSummary(ref aiMeshSampleSummary dst)
 {
     NativeMethods.aiPolyMeshGetSampleSummary(self, ref dst);
 }