pub trait IArenaBondGodSelectSkillListSetter: IMonoBehaviour {
// Provided methods
fn m_message_root(self) -> GameObject { ... }
fn set_m_message_root(self, value: GameObject) { ... }
fn m_message(self) -> TextMeshProUGUI { ... }
fn set_m_message(self, value: TextMeshProUGUI) { ... }
fn m_add_abilitys(
self,
) -> Array<ArenaBondGodSelectSkillListSetter_AddAbility> { ... }
fn set_m_add_abilitys(
self,
value: Array<ArenaBondGodSelectSkillListSetter_AddAbility>,
) { ... }
}Provided Methods§
fn m_message_root(self) -> GameObject
fn set_m_message_root(self, value: GameObject)
fn m_message(self) -> TextMeshProUGUI
fn set_m_message(self, value: TextMeshProUGUI)
fn m_add_abilitys(self) -> Array<ArenaBondGodSelectSkillListSetter_AddAbility>
fn set_m_add_abilitys( self, value: Array<ArenaBondGodSelectSkillListSetter_AddAbility>, )
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.