Skip to main content

INavMeshPath

Trait INavMeshPath 

Source
pub trait INavMeshPath: IObject {
    // Provided methods
    fn m_ptr(self) -> IntPtr { ... }
    fn set_m_ptr(self, value: IntPtr) { ... }
    fn m_corners(self) -> Array<Vector3> { ... }
    fn set_m_corners(self, value: Array<Vector3>) { ... }
}

Provided Methods§

Source

fn m_ptr(self) -> IntPtr

Source

fn set_m_ptr(self, value: IntPtr)

Source

fn m_corners(self) -> Array<Vector3>

Source

fn set_m_corners(self, value: Array<Vector3>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§