Mesh:getInstanceCount

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets how many instances of this Mesh will be drawn at once.

Function

Synopsis

count = Mesh:getInstanceCount( )

Arguments

None.

Returns

number count
The number of individual instances of this Mesh that will be drawn with love.graphics.draw.

See Also

Other Languages