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