menu
three_dart package
documentation
three3d/core/object_3d.dart
Object3D
getObjectById method
getObjectById method
dark_mode
light_mode
getObjectById
method
Object3D
?
getObjectById
(
String
id
)
Implementation
Object3D? getObjectById(String id) { return getObjectByProperty('id', id); }
three_dart package
documentation
three3d/core/object_3d
Object3D
getObjectById method
Object3D class