Skip to main content

IShadowCasterGroup2D

Trait IShadowCasterGroup2D 

Source
pub trait IShadowCasterGroup2D: IMonoBehaviour {
    // Provided methods
    fn m_shadow_group(self) -> i32 { ... }
    fn set_m_shadow_group(self, value: i32) { ... }
    fn m_shadow_casters(self) -> List_1<ShadowCaster2D> { ... }
    fn set_m_shadow_casters(self, value: List_1<ShadowCaster2D>) { ... }
}

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§