Structsยง
- Change
Detection Fetch - One
WorldQueryadapter that fetches entities with exactly one component implementing a trait.- OneAdded
WorldQueryfilter for entities with exactly one component implementing a trait, whose value has changed since the last time the system ran.- OneChanged
WorldQueryfilter for entities with exactly one component implementing a trait, which was added since the last time the system ran.- OneTrait
Fetch - WithOne
WorldQueryfilter for entities with exactly one component implementing a trait.- Without
Any WorldQueryfilter for entities without any one component implementing a trait.