stagexl package
documentation
stagexl
RenderStatistics
reset method
reset
stagexl package
documentation
stagexl
RenderStatistics
reset method
RenderStatistics class
Constructors
RenderStatistics
Properties
drawCount
hashCode
indexCount
runtimeType
vertexCount
Methods
noSuchMethod
reset
toString
Operators
operator ==
reset
method
void
reset
(
)
Implementation
void reset() { drawCount = 0; vertexCount = 0; indexCount = 0; }