Trait specs_hierarchy::Parent [] [src]

pub trait Parent {
    fn parent_entity(&self) -> Entity;
}

Implemented by the component type that provides parenting links for a hierarchy.

Required Methods

Get the parent entity

Implementors