isTrackingEntity method

bool isTrackingEntity(
  1. O o
)

Implementation

bool isTrackingEntity(O o) => _entitiesTracker.isTrackedInstance(o);