menu
three_dart package
documentation
three3d/core/gl_buffer_attribute.dart
GLBufferAttribute
setCount method
setCount method
dark_mode
light_mode
setCount
method
GLBufferAttribute
setCount
(
int
count
)
Implementation
GLBufferAttribute setCount(int count) { this.count = count; return this; }
three_dart package
documentation
three3d/core/gl_buffer_attribute
GLBufferAttribute
setCount method
GLBufferAttribute class