menu
three_dart_jsm package
documentation
three_dart_jsm/lines/index.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/index
LineSegmentsGeometry
deleteAttribute method
LineSegmentsGeometry class