Skip to main content

IUnitActors

Trait IUnitActors 

Source
pub trait IUnitActors: ISingletonMonoBehaviour_1<UnitActors> {
    // Provided methods
    fn m_actors(self) -> List_1<UnitActor> { ... }
    fn set_m_actors(self, value: List_1<UnitActor>) { ... }
    fn m_change_enable_info_list(self) -> List_1<MapInfoRoot> { ... }
    fn set_m_change_enable_info_list(self, value: List_1<MapInfoRoot>) { ... }
    fn m_change_disable_info_list(self) -> List_1<MapInfoRoot> { ... }
    fn set_m_change_disable_info_list(self, value: List_1<MapInfoRoot>) { ... }
    fn m_unit_position_scales(self) -> Array<Vector4> { ... }
    fn set_m_unit_position_scales(self, value: Array<Vector4>) { ... }
}

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§