menu
openworld package
documentation
three_dart/three3d/core/index.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; } }
openworld package
documentation
three_dart/three3d/core/index
BufferAttribute<TData extends NativeArray<num>>
getAt method
BufferAttribute class