示例#1
0
 public RESULT getNumPolygons(out int numpolygons)
 {
     return(Geometry.FMOD5_Geometry_GetNumPolygons(this.rawPtr, out numpolygons));
 }