menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
copyArray method
copyArray method
dark_mode
light_mode
copyArray
method
BufferAttribute
<
NativeArray
<
num
>
>
copyArray
(
TData
array
)
Implementation
BufferAttribute copyArray(TData array) { this.array = array; return this; }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
copyArray method
BufferAttribute class