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