Float16BufferAttribute class

Inheritance

Constructors

Float16BufferAttribute(dynamic array, dynamic itemSize, [bool normalized = false])

Properties

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

Methods

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