PortalObject::GetVertexCount
Defined in:
Returns the number of vertices defining the boundary of the portal.
C4Portals.h
Prototype
int32 GetVertexCount(void) const;
Description
The GetVertexCount
function returns the number of vertices defining the boundary of the portal. The PortalObject::GetVertexArray
function can be used to retrieve the array of vertex positions.
See Also