getObjectById method

Object3D? getObjectById(
  1. String id
)

Implementation

Object3D? getObjectById(String id) {
  return getObjectByProperty('id', id);
}