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