menu
three_dart_jsm package
documentation
three_dart_jsm/environments/room_environment.dart
RoomEnvironment
getObjectById method
getObjectById method
dark_mode
light_mode
getObjectById
method
Object3D?
getObjectById
(
String
id
)
inherited
Implementation
Object3D? getObjectById(String id) { return getObjectByProperty('id', id); }
three_dart_jsm package
documentation
three_dart_jsm/environments/room_environment
RoomEnvironment
getObjectById method
RoomEnvironment class