pub trait IMapEditHistory_CreateObjectCommandMethods: IMapEditHistory_CreateObjectCommand {
// Provided methods
fn ctor(
self,
x: impl Into<i32>,
z: impl Into<i32>,
object_name: impl Into<Il2CppString>,
) { ... }
fn do(self) { ... }
fn undo(self) { ... }
fn to_string(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn ctor(
self,
x: impl Into<i32>,
z: impl Into<i32>,
object_name: impl Into<Il2CppString>,
)
fn ctor( self, x: impl Into<i32>, z: impl Into<i32>, object_name: impl Into<Il2CppString>, )
.ctor(i32, i32, ::unity::Il2CppString) overload
Sourcefn to_string(self) -> Il2CppString
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§
impl<__T: IMapEditHistory_CreateObjectCommand> IMapEditHistory_CreateObjectCommandMethods for __T
Available on crate feature
app-mapedithistory only.