RecordedVertices class final

Inheritance

Constructors

RecordedVertices(int count, {required bool transient, int slot = 0})
const

Properties

count → int
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
slot → int
Which vertex buffer slot this filled. Zero for every draw in the engine except an instanced one, which is what makes a non-zero value worth asserting on.
final
transient → bool
True when the data was built this frame rather than living on the device.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited