Skip to main content

IMapEditHistory_DeleteObjectCommandMethods

Trait IMapEditHistory_DeleteObjectCommandMethods 

Source
pub trait IMapEditHistory_DeleteObjectCommandMethods: IMapEditHistory_DeleteObjectCommand {
    // Provided methods
    fn ctor(
        self,
        x: impl Into<i32>,
        z: impl Into<i32>,
        delete_object_name: impl Into<Il2CppString>,
        rotate: impl Into<i32>,
    ) { ... }
    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_object_name: impl Into<Il2CppString>, rotate: impl Into<i32>, )

.ctor(i32, i32, ::unity::Il2CppString, i32) 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_DeleteObjectCommand> IMapEditHistory_DeleteObjectCommandMethods for __T

Available on crate feature app-mapedithistory only.