FMOD_Geometry_GetPolygonNumVertices() private method

private FMOD_Geometry_GetPolygonNumVertices ( IntPtr geometry, int index, int &numvertices ) : RESULT
geometry System.IntPtr
index int
numvertices int
return RESULT
Example #1
0
 public RESULT getPolygonNumVertices(int polygonIndex, ref int numVertices)
 {
     return(Geometry.FMOD_Geometry_GetPolygonNumVertices(geometryraw, polygonIndex, ref numVertices));
 }