Type Alias ChildSpawner

Source
pub type ChildSpawner<'w> = RelatedSpawner<'w, ChildOf>;
Expand description

A type alias over RelatedSpawner used to spawn child entities containing a ChildOf relationship.

Aliased Typeยง

struct ChildSpawner<'w> { /* private fields */ }