BufferAttribute class

Implementers

Constructors

BufferAttribute(TypedData array, int itemSize, [bool normalized = false])

Properties

array TypedData
The array is typed array it can be :
getter/setter pair
count int
the number of elements in the array. how is computed: array.length / numbe of components.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemSize int
1,2 or 3 components per iteration
getter/setter pair
normalized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage int
gl.STATIC_DRAW
getter/setter pair

Methods

getLength() int
returns the number of elements inside the array. a use this method instead of array.length
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