pub trait IDragonRideTargetGroup: IMonoBehaviour {
Show 20 methods
// Provided methods
fn m_billboard_type(self) -> BillboardTypes { ... }
fn set_m_billboard_type(self, value: BillboardTypes) { ... }
fn m_map_width(self) -> i32 { ... }
fn set_m_map_width(self, value: i32) { ... }
fn m_map_height(self) -> i32 { ... }
fn set_m_map_height(self, value: i32) { ... }
fn m_chain_interval_timer(self) -> f32 { ... }
fn set_m_chain_interval_timer(self, value: f32) { ... }
fn m_game_camera(self) -> GameObject { ... }
fn set_m_game_camera(self, value: GameObject) { ... }
fn m_camera_script(self) -> DragonRideCamera { ... }
fn set_m_camera_script(self, value: DragonRideCamera) { ... }
fn m_config(self) -> DragonRideConfig { ... }
fn set_m_config(self, value: DragonRideConfig) { ... }
fn m_target_space(self) -> Vector2 { ... }
fn set_m_target_space(self, value: Vector2) { ... }
fn m_chain_player(self) -> List_1<DragonRideTargetGroup_ChainSEManager> { ... }
fn set_m_chain_player(
self,
value: List_1<DragonRideTargetGroup_ChainSEManager>,
) { ... }
fn m_chain_checker(self) -> List_1<DragonRideTargetGroup_ChainParam> { ... }
fn set_m_chain_checker(
self,
value: List_1<DragonRideTargetGroup_ChainParam>,
) { ... }
}Provided Methods§
fn m_billboard_type(self) -> BillboardTypes
fn set_m_billboard_type(self, value: BillboardTypes)
fn m_map_width(self) -> i32
fn set_m_map_width(self, value: i32)
fn m_map_height(self) -> i32
fn set_m_map_height(self, value: i32)
fn m_chain_interval_timer(self) -> f32
fn set_m_chain_interval_timer(self, value: f32)
fn m_game_camera(self) -> GameObject
fn set_m_game_camera(self, value: GameObject)
fn m_camera_script(self) -> DragonRideCamera
fn set_m_camera_script(self, value: DragonRideCamera)
fn m_config(self) -> DragonRideConfig
fn set_m_config(self, value: DragonRideConfig)
fn m_target_space(self) -> Vector2
fn set_m_target_space(self, value: Vector2)
fn m_chain_player(self) -> List_1<DragonRideTargetGroup_ChainSEManager>
fn set_m_chain_player(self, value: List_1<DragonRideTargetGroup_ChainSEManager>)
fn m_chain_checker(self) -> List_1<DragonRideTargetGroup_ChainParam>
fn set_m_chain_checker(self, value: List_1<DragonRideTargetGroup_ChainParam>)
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.