Skip to main content

ILocationParams

Trait ILocationParams 

Source
pub trait ILocationParams: IMonoBehaviour {
    // Provided methods
    fn emblem_pos(self) -> Array<f32> { ... }
    fn set_emblem_pos(self, value: Array<f32>) { ... }
    fn fly_win_threshold(self) -> f32 { ... }
    fn set_fly_win_threshold(self, value: f32) { ... }
    fn look_center(self) -> bool { ... }
    fn set_look_center(self, value: bool) { ... }
}

Provided Methods§

Source

fn emblem_pos(self) -> Array<f32>

Source

fn set_emblem_pos(self, value: Array<f32>)

Source

fn fly_win_threshold(self) -> f32

Source

fn set_fly_win_threshold(self, value: f32)

Source

fn look_center(self) -> bool

Source

fn set_look_center(self, value: bool)

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§