Exemplo n.º 1
0
 public RESULT getMaxPolygons(out int maxpolygons, out int maxvertices)
 {
     return(Geometry.FMOD5_Geometry_GetMaxPolygons(this.rawPtr, out maxpolygons, out maxvertices));
 }