Skip to main content

IWaypointSync_Relative

Trait IWaypointSync_Relative 

Source
pub trait IWaypointSync_Relative: IObject {
Show 18 methods // Provided methods fn m_target_id(self) -> i32 { ... } fn set_m_target_id(self, value: i32) { ... } fn m_reciever_id(self) -> i32 { ... } fn set_m_reciever_id(self, value: i32) { ... } fn m_offset(self) -> Vector3 { ... } fn set_m_offset(self, value: Vector3) { ... } fn m_enable(self) -> bool { ... } fn set_m_enable(self, value: bool) { ... } fn past_target_id(self) -> i32 { ... } fn set_past_target_id(self, value: i32) { ... } fn past_reciever_id(self) -> i32 { ... } fn set_past_reciever_id(self, value: i32) { ... } fn past_reciever_pos(self) -> Vector3 { ... } fn set_past_reciever_pos(self, value: Vector3) { ... } fn past_enable(self) -> bool { ... } fn set_past_enable(self, value: bool) { ... } fn target_pos(self) -> Vector3 { ... } fn set_target_pos(self, value: Vector3) { ... }
}

Provided Methods§

Source

fn m_target_id(self) -> i32

Source

fn set_m_target_id(self, value: i32)

Source

fn m_reciever_id(self) -> i32

Source

fn set_m_reciever_id(self, value: i32)

Source

fn m_offset(self) -> Vector3

Source

fn set_m_offset(self, value: Vector3)

Source

fn m_enable(self) -> bool

Source

fn set_m_enable(self, value: bool)

Source

fn past_target_id(self) -> i32

Source

fn set_past_target_id(self, value: i32)

Source

fn past_reciever_id(self) -> i32

Source

fn set_past_reciever_id(self, value: i32)

Source

fn past_reciever_pos(self) -> Vector3

Source

fn set_past_reciever_pos(self, value: Vector3)

Source

fn past_enable(self) -> bool

Source

fn set_past_enable(self, value: bool)

Source

fn target_pos(self) -> Vector3

Source

fn set_target_pos(self, value: 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§