Skip to main content

ICalculatorTableSub1D_TableCommandMethods

Trait ICalculatorTableSub1D_TableCommandMethods 

Source
pub trait ICalculatorTableSub1D_TableCommandMethods: ICalculatorTableSub1D_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§

Source

fn ctor(self, name: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn get_name(self) -> Il2CppString

get_Name() overload

Source

fn func_impl(self, unit: impl Into<Unit>, args: impl Into<List_1<f32>>) -> f32

FuncImpl(crate::app::unit::Unit, crate::system::collections::generic::list_1::List_1<f32>) 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: ICalculatorTableSub1D_TableCommand> ICalculatorTableSub1D_TableCommandMethods for __T

Available on crate feature app-calculatortablesub1d only.