[][src]Trait specs_scene_graph::Parent

pub trait Parent: 'static + Send + Sync + Component where
    Self::Storage: Default + Tracked
{ fn parent_entity(&self) -> Entity; }

Required methods

fn parent_entity(&self) -> Entity

Loading content...

Implementors

Loading content...