Skip to main content

IMapSequenceEditor_ClearObjectsSequenceMethods

Trait IMapSequenceEditor_ClearObjectsSequenceMethods 

Source
pub trait IMapSequenceEditor_ClearObjectsSequenceMethods: IMapSequenceEditor_ClearObjectsSequence {
    // Provided methods
    fn clear_objects(self) { ... }
    fn on_dispose(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn clear_objects(self)

ClearObjects() overload

Source

fn on_dispose(self)

OnDispose() 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: IMapSequenceEditor_ClearObjectsSequence> IMapSequenceEditor_ClearObjectsSequenceMethods for __T

Available on crate feature app-mapsequenceeditor only.