Skip to main content

IDragonRideTargetPatternDataMethods

Trait IDragonRideTargetPatternDataMethods 

Source
pub trait IDragonRideTargetPatternDataMethods: IDragonRideTargetPatternData {
Show 20 methods // Provided methods fn get_targets(self) -> Array<i32> { ... } fn set_targets(self, value: impl Into<Array<i32>>) { ... } fn get_target1(self) -> i32 { ... } fn set_target1(self, value: impl Into<i32>) { ... } fn get_target2(self) -> i32 { ... } fn set_target2(self, value: impl Into<i32>) { ... } fn get_target3(self) -> i32 { ... } fn set_target3(self, value: impl Into<i32>) { ... } fn get_target4(self) -> i32 { ... } fn set_target4(self, value: impl Into<i32>) { ... } fn get_target5(self) -> i32 { ... } fn set_target5(self, value: impl Into<i32>) { ... } fn get_target6(self) -> i32 { ... } fn set_target6(self, value: impl Into<i32>) { ... } fn get_target7(self) -> i32 { ... } fn set_target7(self, value: impl Into<i32>) { ... } fn get_target8(self) -> i32 { ... } fn set_target8(self, value: impl Into<i32>) { ... } fn ctor(self) { ... } fn on_build(self) { ... }
}

Provided Methods§

Source

fn get_targets(self) -> Array<i32>

get_Targets() overload

Source

fn set_targets(self, value: impl Into<Array<i32>>)

set_Targets(::unity::Array<i32>) overload

Source

fn get_target1(self) -> i32

get_Target1() overload

Source

fn set_target1(self, value: impl Into<i32>)

set_Target1(i32) overload

Source

fn get_target2(self) -> i32

get_Target2() overload

Source

fn set_target2(self, value: impl Into<i32>)

set_Target2(i32) overload

Source

fn get_target3(self) -> i32

get_Target3() overload

Source

fn set_target3(self, value: impl Into<i32>)

set_Target3(i32) overload

Source

fn get_target4(self) -> i32

get_Target4() overload

Source

fn set_target4(self, value: impl Into<i32>)

set_Target4(i32) overload

Source

fn get_target5(self) -> i32

get_Target5() overload

Source

fn set_target5(self, value: impl Into<i32>)

set_Target5(i32) overload

Source

fn get_target6(self) -> i32

get_Target6() overload

Source

fn set_target6(self, value: impl Into<i32>)

set_Target6(i32) overload

Source

fn get_target7(self) -> i32

get_Target7() overload

Source

fn set_target7(self, value: impl Into<i32>)

set_Target7(i32) overload

Source

fn get_target8(self) -> i32

get_Target8() overload

Source

fn set_target8(self, value: impl Into<i32>)

set_Target8(i32) overload

Source

fn ctor(self)

.ctor() overload

Source

fn on_build(self)

OnBuild() 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: IDragonRideTargetPatternData> IDragonRideTargetPatternDataMethods for __T

Available on crate feature app-dragonridetargetpatterndata only.