RenderCommand class

RenderCommand wrapper

Properties

blendMode BlendMode
no setter
colors → Pointer<Uint32>?
no setter
darkColors → Pointer<Uint32>?
no setter
hashCode int
The hash code for this object.
no setterinherited
indices → Pointer<Uint16>?
no setter
nativePtr → Pointer<NativeType>
Get the native pointer for FFI calls
no setter
next RenderCommand?
no setter
numIndices int
no setter
numVertices int
no setter
positions → Pointer<Float>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
texture → Pointer<Void>?
no setter
uvs → Pointer<Float>?
no setter

Methods

dispose() → void
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