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§
Sourcefn get_targets(self) -> Array<i32>
fn get_targets(self) -> Array<i32>
get_Targets() overload
Sourcefn set_targets(self, value: impl Into<Array<i32>>)
fn set_targets(self, value: impl Into<Array<i32>>)
set_Targets(::unity::Array<i32>) overload
Sourcefn get_target1(self) -> i32
fn get_target1(self) -> i32
get_Target1() overload
Sourcefn set_target1(self, value: impl Into<i32>)
fn set_target1(self, value: impl Into<i32>)
set_Target1(i32) overload
Sourcefn get_target2(self) -> i32
fn get_target2(self) -> i32
get_Target2() overload
Sourcefn set_target2(self, value: impl Into<i32>)
fn set_target2(self, value: impl Into<i32>)
set_Target2(i32) overload
Sourcefn get_target3(self) -> i32
fn get_target3(self) -> i32
get_Target3() overload
Sourcefn set_target3(self, value: impl Into<i32>)
fn set_target3(self, value: impl Into<i32>)
set_Target3(i32) overload
Sourcefn get_target4(self) -> i32
fn get_target4(self) -> i32
get_Target4() overload
Sourcefn set_target4(self, value: impl Into<i32>)
fn set_target4(self, value: impl Into<i32>)
set_Target4(i32) overload
Sourcefn get_target5(self) -> i32
fn get_target5(self) -> i32
get_Target5() overload
Sourcefn set_target5(self, value: impl Into<i32>)
fn set_target5(self, value: impl Into<i32>)
set_Target5(i32) overload
Sourcefn get_target6(self) -> i32
fn get_target6(self) -> i32
get_Target6() overload
Sourcefn set_target6(self, value: impl Into<i32>)
fn set_target6(self, value: impl Into<i32>)
set_Target6(i32) overload
Sourcefn get_target7(self) -> i32
fn get_target7(self) -> i32
get_Target7() overload
Sourcefn set_target7(self, value: impl Into<i32>)
fn set_target7(self, value: impl Into<i32>)
set_Target7(i32) overload
Sourcefn get_target8(self) -> i32
fn get_target8(self) -> i32
get_Target8() overload
Sourcefn set_target8(self, value: impl Into<i32>)
fn set_target8(self, value: impl Into<i32>)
set_Target8(i32) 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: IDragonRideTargetPatternData> IDragonRideTargetPatternDataMethods for __T
Available on crate feature
app-dragonridetargetpatterndata only.