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