menu
vyuh_node_flow package
documentation
shared/spatial_index.dart
SpatialIndex<T extends SpatialIndexable>
getObject method
getObject method
dark_mode
light_mode
getObject
method
T?
getObject
(
String
objectId
)
Get object by ID
Implementation
T? getObject(String objectId) => _objects[objectId];
vyuh_node_flow package
documentation
shared/spatial_index
SpatialIndex<T extends SpatialIndexable>
getObject method
SpatialIndex class