Enum oxygengine_navigation::component::NavAgentTarget [−][src]
pub enum NavAgentTarget {
Point(NavVec3),
Entity(Entity),
}Nav agent target.
Variants
Point(NavVec3)Point in world space.
Entity to follow.
Implementations
Trait Implementations
impl Clone for NavAgentTarget[src]
impl Clone for NavAgentTarget[src]fn clone(&self) -> NavAgentTarget[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NavAgentTarget[src]
impl Copy for NavAgentTarget[src]Auto Trait Implementations
impl RefUnwindSafe for NavAgentTarget
impl RefUnwindSafe for NavAgentTargetimpl Send for NavAgentTarget
impl Send for NavAgentTargetimpl Sync for NavAgentTarget
impl Sync for NavAgentTargetimpl Unpin for NavAgentTarget
impl Unpin for NavAgentTargetimpl UnwindSafe for NavAgentTarget
impl UnwindSafe for NavAgentTargetBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,