Skip to main content

IGmapSequence_GmapDisposeSequenceMethods

Trait IGmapSequence_GmapDisposeSequenceMethods 

Source
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§

Source

fn check_dispos(self)

CheckDispos() overload

Source

fn determine_dispos_spot(self)

DetermineDisposSpot() overload

Source

fn check_appear_dispos_spot(self)

CheckAppearDisposSpot() overload

Source

fn dispos_move_camera(self) -> IEnumerator

DisposMoveCamera() overload

Source

fn start_dispos_effect(self)

StartDisposEffect() overload

Source

fn wait_appear_dispos(self) -> IEnumerator

WaitAppearDispos() overload

Source

fn set_return_camera_position(self)

SetReturnCameraPosition() overload

Source

fn start_appear_skip(self)

StartAppearSkip() overload

Source

fn end_appear_skip(self)

EndAppearSkip() overload

Source

fn wait_camera_move(self)

WaitCameraMove() overload

Source

fn dispos_update_of_other_mode(self)

DisposUpdateOfOtherMode() overload

Source

fn set_up_encount_info(self)

SetUpEncountInfo() overload

Source

fn ctor(self)

.ctor() 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: IGmapSequence_GmapDisposeSequence> IGmapSequence_GmapDisposeSequenceMethods for __T

Available on crate feature app-gmapsequence only.