Example #1
0
 [DllImport("abci")] static extern void aePolyMeshWriteSample(IntPtr self, ref aePolyMeshData data);
Example #2
0
 [DllImport("abci")] public static extern void        aePolyMeshWriteSample(aeObject obj, ref aePolyMeshData data);
Example #3
0
 public void WriteSample(ref aePolyMeshData data)
 {
     aePolyMeshWriteSample(self, ref data);
 }