menu
three_dart package
documentation
three3d/core/buffer_geometry.dart
BufferGeometry
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
name
)
Implementation
bool hasAttribute(String name) { return attributes[name] != null; }
three_dart package
documentation
three3d/core/buffer_geometry
BufferGeometry
hasAttribute method
BufferGeometry class