Exemplo n.º 1
0
 public RESULT save(IntPtr data, out int datasize)
 {
     return(Geometry.FMOD5_Geometry_Save(this.rawPtr, data, out datasize));
 }