Crate bevy_kindly

Source

Modules§

utils

Structs§

AddedKind
A WorldQuery filter for entities that were just given a new EntityKind.
AddedKindItem
Automatically generated WorldQuery item type for AddedKind, returned when iterating over query results.
EntityKindCommands
A wrapper for EntityCommands to execute commands on entities with a specific EntityKind.
EntityWithKind
A WorldQuery used to query entities with some given EntityKind.
EntityWithKindItem
Automatically generated WorldQuery item type for EntityWithKind, returned when iterating over query results.
KindBundle
A Bundle inserted into all entities of given EntityKind.
WithKind
A WorldQuery filter for entities with some given EntityKind.
WithKindItem
Automatically generated WorldQuery item type for WithKind, returned when iterating over query results.

Traits§

EntityKind
Some kind of an Entity with an expected set of components.
InsertKind
Extension trait used to insert a new EntityKind into any Entity using some EntityCommands.
KindCommands
Extension trait which provides EntityKind support for Commands.
TryWithKind
Extension trait used to safely cast an Entity into an EntityKind.

Derive Macros§

EntityKind