menu
three_dart_jsm package
documentation
three_dart_jsm/lines/line_segments_geometry.dart
LineSegmentsGeometry
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
name
)
inherited
Implementation
bool hasAttribute(String name) { return attributes[name] != null; }
three_dart_jsm package
documentation
three_dart_jsm/lines/line_segments_geometry
LineSegmentsGeometry
hasAttribute method
LineSegmentsGeometry class