RlVertexBufferBase<X extends RlVertexBufferBase<X> > mixin
Backend-agnostic contract for RlVertexBufferBase structs.
Must be mixed into every concrete platform implementation of a Raylib type to ensure a unified API surface across different backends.
- Superclass constraints
- Mixin applications
Properties
- $state → RaylibTempStructState
-
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
-
colors
↔ RaylibLiveList<
int> -
getter/setter pair
- colorsCount → int
-
no setter
- elementCount ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
indices
↔ RaylibLiveList<
int> -
getter/setter pair
- indicesCount → int
-
no setter
-
normals
↔ RaylibLiveList<
double> -
getter/setter pair
- normalsCount → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structName → String
-
The Dart-side type name of this struct
no setterinherited
-
texcoords
↔ RaylibLiveList<
double> -
getter/setter pair
- texcoordsCount → int
-
no setter
- vaoId ↔ int
-
getter/setter pair
-
vboId
↔ RaylibLiveList<
int> -
getter/setter pair
- vboIdCount → int
-
no setter
-
vertices
↔ RaylibLiveList<
double> -
getter/setter pair
- verticesCount → int
-
no setter
Methods
-
clone(
) → X -
Returns a deep copy of this instance, preserving RaylibStructBase.originalPointer if present.
inherited
-
copy(
) → X -
Returns a deep copy of this instance without RaylibStructBase.originalPointer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setD(
X o) → X -
Copies the fields of
ointo this instance and returnsthis.inherited -
signature(
) → String -
Returns a human-readable representation of this struct's current field values.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- BASE_vboIdCount → int
-
no setter
Static Methods
-
BASE_colorsCount(
int elementCount) → int -
BASE_indicesCount(
int elementCount) → int -
BASE_normalsCount(
int elementCount) → int -
BASE_texcoordsCount(
int elementCount) → int -
BASE_verticesCount(
int elementCount) → int