Skip to main content

IAkSurfaceReflector

Trait IAkSurfaceReflector 

Source
pub trait IAkSurfaceReflector: IMonoBehaviour {
    // Provided methods
    fn mesh(self) -> Mesh { ... }
    fn set_mesh(self, value: Mesh) { ... }
    fn occlusion_values(self) -> Array<f32> { ... }
    fn set_occlusion_values(self, value: Array<f32>) { ... }
    fn enable_diffraction(self) -> bool { ... }
    fn set_enable_diffraction(self, value: bool) { ... }
    fn enable_diffraction_on_boundary_edges(self) -> bool { ... }
    fn set_enable_diffraction_on_boundary_edges(self, value: bool) { ... }
    fn associated_room_field(self) -> AkRoom { ... }
    fn set_associated_room_field(self, value: AkRoom) { ... }
}

Provided Methods§

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§