pub trait ICompute_DT_EventArgsMethods: ICompute_DT_EventArgs {
// Provided methods
fn ctor(
self,
type: impl Into<Compute_DistanceTransform_EventTypes>,
progress: impl Into<f32>,
) { ... }
fn ctor_2(
self,
type: impl Into<Compute_DistanceTransform_EventTypes>,
colors: impl Into<Array<Color>>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
type: impl Into<Compute_DistanceTransform_EventTypes>,
progress: impl Into<f32>,
)
fn ctor( self, type: impl Into<Compute_DistanceTransform_EventTypes>, progress: impl Into<f32>, )
.ctor(crate::tm_pro::compute_distancetransform_eventtypes::Compute_DistanceTransform_EventTypes, f32) overload
Sourcefn ctor_2(
self,
type: impl Into<Compute_DistanceTransform_EventTypes>,
colors: impl Into<Array<Color>>,
)
fn ctor_2( self, type: impl Into<Compute_DistanceTransform_EventTypes>, colors: impl Into<Array<Color>>, )
.ctor(crate::tm_pro::compute_distancetransform_eventtypes::Compute_DistanceTransform_EventTypes, ::unity::Array<crate::unity_engine::color::Color>) 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: ICompute_DT_EventArgs> ICompute_DT_EventArgsMethods for __T
Available on crate feature
tm_pro-compute_dt_eventargs only.