menu
vyuh_node_flow package
documentation
shared/spatial/spatial_grid.dart
SpatialGrid<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/spatial_grid
SpatialGrid<T extends SpatialIndexable>
getObject method
SpatialGrid class