menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
getY method
getY method
dark_mode
light_mode
getY
method
num
?
getY
(
int
index
)
Implementation
num? getY(int index) { return getAt(index * itemSize + 1); }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
getY method
BufferAttribute class