InstancedInterleavedBuffer class

Inheritance

Constructors

InstancedInterleavedBuffer(NativeArray<num> array, dynamic stride, dynamic meshPerAttribute)

Properties

array ↔ NativeArray<num>
getter/setter pairinherited
count int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isInstancedInterleavedBuffer bool
getter/setter pair
isInterleavedBuffer bool
getter/setter pairinherited
meshPerAttribute int
getter/setter pair
needsUpdate bool
no getterinherited
onUploadCallback Function?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stride int
getter/setter pairinherited
type String
getter/setter pairinherited
updateRange Map<String, dynamic>
getter/setter pairinherited
usage int
getter/setter pairinherited
uuid String
getter/setter pairinherited
version int
getter/setter pairinherited

Methods

clone(dynamic data) → dynamic
override
copy(InterleavedBuffer source) InstancedInterleavedBuffer
override
copyAt(int index1, InterleavedBuffer attribute, int index2) InterleavedBuffer
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onUpload(Function callback) InterleavedBuffer
inherited
setUsage(int value) InterleavedBuffer
inherited
toJSON(dynamic data) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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