EntityQuery.Clone() Method
Definition¶
Namespace: Brine2D.ECS.Query
Creates a copy of this query that can be further modified without affecting the original. All state is copied except random state, which is lazily initialized per clone.
public Brine2D.ECS.Query.EntityQuery Clone();