menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
getAt method
getAt method
dark_mode
light_mode
getAt
method
num
?
getAt
(
int
index
)
Implementation
num? getAt(int index) { if (index < array.length) { return array[index]; } else { return null; } }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
getAt method
BufferAttribute class