Skip to main content

IAkAmbientLargeModePositionerMethods

Trait IAkAmbientLargeModePositionerMethods 

Source
pub trait IAkAmbientLargeModePositionerMethods: IAkAmbientLargeModePositioner {
    // Provided methods
    fn get_position(self) -> Vector3 { ... }
    fn get_forward(self) -> Vector3 { ... }
    fn get_up(self) -> Vector3 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_position(self) -> Vector3

get_Position() overload

Source

fn get_forward(self) -> Vector3

get_Forward() overload

Source

fn get_up(self) -> Vector3

get_Up() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IAkAmbientLargeModePositioner> IAkAmbientLargeModePositionerMethods for __T

Available on crate feature root-akambientlargemodepositioner only.