menu
three_dart_jsm package
documentation
three_dart_jsm/lines/line_segments_geometry.dart
LineSegmentsGeometry
deleteAttribute method
deleteAttribute method
dark_mode
light_mode
deleteAttribute
method
BufferGeometry
deleteAttribute
(
String
name
)
inherited
Implementation
BufferGeometry deleteAttribute(String name) { attributes.remove(name); return this; }
three_dart_jsm package
documentation
three_dart_jsm/lines/line_segments_geometry
LineSegmentsGeometry
deleteAttribute method
LineSegmentsGeometry class