menu
openworld package
documentation
three_dart/three3d/core/index.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); }
openworld package
documentation
three_dart/three3d/core/index
Object3D
getObjectById method
Object3D class