Skip to main content

IDragonRideLocatorSetting

Trait IDragonRideLocatorSetting 

Source
pub trait IDragonRideLocatorSetting: IMonoBehaviour {
    // Provided methods
    fn m_pattern_type(self) -> Il2CppString { ... }
    fn set_m_pattern_type(self, value: Il2CppString) { ... }
    fn m_billboard_types(self) -> BillboardTypes { ... }
    fn set_m_billboard_types(self, value: BillboardTypes) { ... }
}

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§