Skip to main content

IHubSkySelector

Trait IHubSkySelector 

Source
pub trait IHubSkySelector: IMonoBehaviour {
    // Provided methods
    fn m_material_morning(self) -> Material { ... }
    fn set_m_material_morning(self, value: Material) { ... }
    fn m_material_day(self) -> Material { ... }
    fn set_m_material_day(self, value: Material) { ... }
    fn m_material_evening(self) -> Material { ... }
    fn set_m_material_evening(self, value: Material) { ... }
    fn m_material_night(self) -> Material { ... }
    fn set_m_material_night(self, value: Material) { ... }
}

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§