pub trait ICalculatorTableSub2D_TableCommandMethods: ICalculatorTableSub2D_TableCommand {
// Provided methods
fn ctor(self, name: impl Into<Il2CppString>) { ... }
fn get_name(self) -> Il2CppString { ... }
fn func_impl(
self,
unit: impl Into<Unit>,
args: impl Into<List_1<f32>>,
) -> f32 { ... }
}Provided Methods§
Sourcefn ctor(self, name: impl Into<Il2CppString>)
fn ctor(self, name: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_Name() 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: ICalculatorTableSub2D_TableCommand> ICalculatorTableSub2D_TableCommandMethods for __T
Available on crate feature
app-calculatortablesub2d only.