Skip to main content

ICustomEnvSet

Trait ICustomEnvSet 

Source
pub trait ICustomEnvSet: IMonoBehaviour {
    // Provided methods
    fn reflection_probes(self) -> Array<ReflectionProbe> { ... }
    fn set_reflection_probes(self, value: Array<ReflectionProbe>) { ... }
}

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§