Function MultiMesh.instanceCount

Number of instances that will get drawn. This clears and (re)sizes the buffers. By default, all instances are drawn but you can limit this with visibleInstanceCount.

long instanceCount() nothrow @property @nogc;

void instanceCount (
  long v
) nothrow @property @nogc;