pub trait IMapEditData_UnitInfoMethods: IMapEditData_UnitInfo {
// Provided method
fn ctor(
self,
pid: impl Into<Il2CppString>,
x: impl Into<i32>,
z: impl Into<i32>,
ai_type: impl Into<UnitAI_VersusTypes>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
pid: impl Into<Il2CppString>,
x: impl Into<i32>,
z: impl Into<i32>,
ai_type: impl Into<UnitAI_VersusTypes>,
)
fn ctor( self, pid: impl Into<Il2CppString>, x: impl Into<i32>, z: impl Into<i32>, ai_type: impl Into<UnitAI_VersusTypes>, )
.ctor(::unity::Il2CppString, i32, i32, crate::app::unitai::UnitAI_VersusTypes) 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: IMapEditData_UnitInfo> IMapEditData_UnitInfoMethods for __T
Available on crate feature
app-mapeditdata only.