#[repr(C)]pub struct ParticleSystem_MinMaxCurve {
pub m_mode: ParticleSystemCurveMode,
pub m_curve_multiplier: f32,
pub m_curve_min: AnimationCurve,
pub m_curve_max: AnimationCurve,
pub m_constant_min: f32,
pub m_constant_max: f32,
}Expand description
Fields§
§m_mode: ParticleSystemCurveMode§m_curve_multiplier: f32§m_curve_min: AnimationCurve§m_curve_max: AnimationCurve§m_constant_min: f32§m_constant_max: f32Implementations§
Source§impl ParticleSystem_MinMaxCurve
impl ParticleSystem_MinMaxCurve
Sourcepub fn op_implicit(constant: impl Into<f32>) -> ParticleSystem_MinMaxCurve
pub fn op_implicit(constant: impl Into<f32>) -> ParticleSystem_MinMaxCurve
op_Implicit(f32) overload
Source§impl ParticleSystem_MinMaxCurve
impl ParticleSystem_MinMaxCurve
pub fn ctor_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ParticleSystem_MinMaxCurve
impl Clone for ParticleSystem_MinMaxCurve
Source§fn clone(&self) -> ParticleSystem_MinMaxCurve
fn clone(&self) -> ParticleSystem_MinMaxCurve
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticleSystem_MinMaxCurve
Auto Trait Implementations§
impl Freeze for ParticleSystem_MinMaxCurve
impl RefUnwindSafe for ParticleSystem_MinMaxCurve
impl !Send for ParticleSystem_MinMaxCurve
impl !Sync for ParticleSystem_MinMaxCurve
impl Unpin for ParticleSystem_MinMaxCurve
impl UnwindSafe for ParticleSystem_MinMaxCurve
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)