Skip to main content

IRingSynthesisSequenceMethods

Trait IRingSynthesisSequenceMethods 

Source
pub trait IRingSynthesisSequenceMethods: IRingSynthesisSequence {
Show 20 methods // Provided methods fn get_return_scene_name(self) -> Il2CppString { ... } fn ctor( self, result: impl Into<SynthesisRingMenuTop_Result>, end_event_handler: impl Into<Action>, ) { ... } fn init(self) { ... } fn load_resources(self) { ... } fn is_loading(self) -> bool { ... } fn active_scene(self) { ... } fn set_game_objects(self) { ... } fn set_parameter( self, controller: impl Into<CommonRingController>, data: impl Into<RingData>, ) { ... } fn start_animation(self) { ... } fn play_synthesis_sound(self) { ... } fn wait_tick(self) -> IEnumerator { ... } fn show_next_ring(self) { ... } fn open_dialog(self) { ... } fn unload_resources(self) { ... } fn return_scene(self) { ... } fn end(self) { ... } fn begin_skip_listener(self) { ... } fn end_skip_lisnter(self) { ... } fn get_create_effect_path(self, ring: impl Into<RingData>) -> Il2CppString { ... } fn get_loop_effect_path(self, ring: impl Into<RingData>) -> Il2CppString { ... }
}

Provided Methods§

Source

fn get_return_scene_name(self) -> Il2CppString

get_ReturnSceneName() overload

Source

fn ctor( self, result: impl Into<SynthesisRingMenuTop_Result>, end_event_handler: impl Into<Action>, )

.ctor(crate::app::synthesisringmenutop::SynthesisRingMenuTop_Result, crate::system::action::Action) overload

Source

fn init(self)

Init() overload

Source

fn load_resources(self)

LoadResources() overload

Source

fn is_loading(self) -> bool

IsLoading() overload

Source

fn active_scene(self)

ActiveScene() overload

Source

fn set_game_objects(self)

SetGameObjects() overload

Source

fn set_parameter( self, controller: impl Into<CommonRingController>, data: impl Into<RingData>, )

SetParameter(crate::app::commonringcontroller::CommonRingController, crate::app::ringdata::RingData) overload

Source

fn start_animation(self)

StartAnimation() overload

Source

fn play_synthesis_sound(self)

PlaySynthesisSound() overload

Source

fn wait_tick(self) -> IEnumerator

WaitTick() overload

Source

fn show_next_ring(self)

ShowNextRing() overload

Source

fn open_dialog(self)

OpenDialog() overload

Source

fn unload_resources(self)

UnloadResources() overload

Source

fn return_scene(self)

ReturnScene() overload

Source

fn end(self)

End() overload

Source

fn begin_skip_listener(self)

BeginSkipListener() overload

Source

fn end_skip_lisnter(self)

EndSkipLisnter() overload

Source

fn get_create_effect_path(self, ring: impl Into<RingData>) -> Il2CppString

GetCreateEffectPath(crate::app::ringdata::RingData) overload

Source

fn get_loop_effect_path(self, ring: impl Into<RingData>) -> Il2CppString

GetLoopEffectPath(crate::app::ringdata::RingData) overload

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§

Source§

impl<__T: IRingSynthesisSequence> IRingSynthesisSequenceMethods for __T

Available on crate feature app-ringsynthesissequence only.