Skip to main content

IRangeAttributeMethods

Trait IRangeAttributeMethods 

Source
pub trait IRangeAttributeMethods: IRangeAttribute {
    // Provided method
    fn ctor(self, min: impl Into<f32>, max: impl Into<f32>) { ... }
}

Provided Methods§

Source

fn ctor(self, min: impl Into<f32>, max: impl Into<f32>)

.ctor(f32, 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: IRangeAttribute> IRangeAttributeMethods for __T

Available on crate feature unity_engine-rangeattribute only.