menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
set method
set method
dark_mode
light_mode
set
method
BufferAttribute
<
NativeArray
<
num
>
>
set
(
dynamic
value
, {
int
offset
=
0
,
})
Implementation
BufferAttribute set(value, {int offset = 0}) { array[offset] = value; return this; }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
set method
BufferAttribute class