pub struct CastIntensityBlend {
pub tree: BlendTree1D,
}Expand description
CastIntensityBlend: parameter = mana_cost_fraction, small cast → large cast.
Fields§
§tree: BlendTree1DImplementations§
Auto Trait Implementations§
impl Freeze for CastIntensityBlend
impl RefUnwindSafe for CastIntensityBlend
impl Send for CastIntensityBlend
impl Sync for CastIntensityBlend
impl Unpin for CastIntensityBlend
impl UnsafeUnpin for CastIntensityBlend
impl UnwindSafe for CastIntensityBlend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more