Struct oxygengine_core::hierarchy::Parent [−][src]
pub struct Parent(pub Entity);
Trait Implementations
type Storage = FlaggedStorage<Self, DenseVecStorage<Self>>
type Storage = FlaggedStorage<Self, DenseVecStorage<Self>>
Associated storage type for this component.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn from_proxy_with_extras(
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
[src]Auto Trait Implementations
impl RefUnwindSafe for Parent
impl UnwindSafe for Parent
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more