Struct oxygengine_navigation::component::NavAgentDestination [−][src]
pub struct NavAgentDestination {
pub target: NavAgentTarget,
pub query: NavQuery,
pub mode: NavPathMode,
pub mesh: NavMeshID,
}Nav agent destination descriptor.
Fields
target: NavAgentTargetTarget.
query: NavQueryQuery quality.
mode: NavPathModepath finding quality.
mesh: NavMeshIDNav mesh identifier that agent is moving on.
Trait Implementations
impl Clone for NavAgentDestination[src]
impl Clone for NavAgentDestination[src]fn clone(&self) -> NavAgentDestination[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for NavAgentDestination
impl RefUnwindSafe for NavAgentDestinationimpl Send for NavAgentDestination
impl Send for NavAgentDestinationimpl Sync for NavAgentDestination
impl Sync for NavAgentDestinationimpl Unpin for NavAgentDestination
impl Unpin for NavAgentDestinationimpl UnwindSafe for NavAgentDestination
impl UnwindSafe for NavAgentDestinationBlanket 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>,