CachedEntityQueryBase.ThrowIfDisposed() Method
Definition¶
Namespace: Brine2D.ECS.Query
Throws System.ObjectDisposedException if this query has been disposed. Called by EnsureCache() in each concrete arity to prevent silent use of a query that no longer receives invalidation notifications.
protected void ThrowIfDisposed();