ConvexShape:getFaceCount

Edit

Returns the number of faces in the convex hull.

count = ConvexShape:getFaceCount()

Arguments

None

Returns

NameTypeDescription
countnumber The number of faces.

See also