Example #1
0
 [DllImport("abci")] public static extern void aiXformGetData(IntPtr sample, ref aiXformData data);
Example #2
0
 public void GetData(ref aiXformData dst)
 {
     aiXformGetData(self, ref dst);
 }