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 */ }
pub type ChildSpawner<'w> = RelatedSpawner<'w, ChildOf>;
A type alias over RelatedSpawner
used to spawn child entities containing a ChildOf
relationship.
struct ChildSpawner<'w> { /* private fields */ }