pub trait IGmapSequence_GmapDisposeSequenceMethods: IGmapSequence_GmapDisposeSequence {
Show 13 methods
// Provided methods
fn check_dispos(self) { ... }
fn determine_dispos_spot(self) { ... }
fn check_appear_dispos_spot(self) { ... }
fn dispos_move_camera(self) -> IEnumerator { ... }
fn start_dispos_effect(self) { ... }
fn wait_appear_dispos(self) -> IEnumerator { ... }
fn set_return_camera_position(self) { ... }
fn start_appear_skip(self) { ... }
fn end_appear_skip(self) { ... }
fn wait_camera_move(self) { ... }
fn dispos_update_of_other_mode(self) { ... }
fn set_up_encount_info(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn check_dispos(self)
fn check_dispos(self)
CheckDispos() overload
Sourcefn determine_dispos_spot(self)
fn determine_dispos_spot(self)
DetermineDisposSpot() overload
Sourcefn check_appear_dispos_spot(self)
fn check_appear_dispos_spot(self)
CheckAppearDisposSpot() overload
Sourcefn dispos_move_camera(self) -> IEnumerator
fn dispos_move_camera(self) -> IEnumerator
DisposMoveCamera() overload
Sourcefn start_dispos_effect(self)
fn start_dispos_effect(self)
StartDisposEffect() overload
Sourcefn wait_appear_dispos(self) -> IEnumerator
fn wait_appear_dispos(self) -> IEnumerator
WaitAppearDispos() overload
Sourcefn set_return_camera_position(self)
fn set_return_camera_position(self)
SetReturnCameraPosition() overload
Sourcefn start_appear_skip(self)
fn start_appear_skip(self)
StartAppearSkip() overload
Sourcefn end_appear_skip(self)
fn end_appear_skip(self)
EndAppearSkip() overload
Sourcefn wait_camera_move(self)
fn wait_camera_move(self)
WaitCameraMove() overload
Sourcefn dispos_update_of_other_mode(self)
fn dispos_update_of_other_mode(self)
DisposUpdateOfOtherMode() overload
Sourcefn set_up_encount_info(self)
fn set_up_encount_info(self)
SetUpEncountInfo() 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§
impl<__T: IGmapSequence_GmapDisposeSequence> IGmapSequence_GmapDisposeSequenceMethods for __T
Available on crate feature
app-gmapsequence only.