Skip to main content

IMapEditHistory_ReplaceObjectCommandMethods

Trait IMapEditHistory_ReplaceObjectCommandMethods 

Source
pub trait IMapEditHistory_ReplaceObjectCommandMethods: IMapEditHistory_ReplaceObjectCommand {
    // Provided methods
    fn ctor(
        self,
        x: impl Into<i32>,
        z: impl Into<i32>,
        delete_rotate: impl Into<i32>,
        delete_obj_name: impl Into<Il2CppString>,
        create_obj_name: impl Into<Il2CppString>,
    ) { ... }
    fn do(self) { ... }
    fn undo(self) { ... }
    fn to_string(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, x: impl Into<i32>, z: impl Into<i32>, delete_rotate: impl Into<i32>, delete_obj_name: impl Into<Il2CppString>, create_obj_name: impl Into<Il2CppString>, )

.ctor(i32, i32, i32, ::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn do(self)

Do() overload

Source

fn undo(self)

Undo() overload

Source

fn to_string(self) -> Il2CppString

ToString() 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: IMapEditHistory_ReplaceObjectCommand> IMapEditHistory_ReplaceObjectCommandMethods for __T

Available on crate feature app-mapedithistory only.