Skip to main content

IVolumeParameter

Trait IVolumeParameter 

Source
pub trait IVolumeParameter: IObject {
    // Provided methods
    fn m_override_state(self) -> bool { ... }
    fn set_m_override_state(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_override_state(self) -> bool

Source

fn set_m_override_state(self, value: bool)

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 IVolumeParameter for AnimationCurveParameter

Source§

impl IVolumeParameter for BoolParameter

Source§

impl IVolumeParameter for ClampedFloatParameter

Source§

impl IVolumeParameter for ClampedIntParameter

Source§

impl IVolumeParameter for ColorParameter

Source§

impl IVolumeParameter for CubemapParameter

Source§

impl IVolumeParameter for FloatParameter

Source§

impl IVolumeParameter for FloatRangeParameter

Source§

impl IVolumeParameter for IntParameter

Source§

impl IVolumeParameter for LayerMaskParameter

Source§

impl IVolumeParameter for MaxFloatParameter

Source§

impl IVolumeParameter for MaxIntParameter

Source§

impl IVolumeParameter for MinFloatParameter

Source§

impl IVolumeParameter for MinIntParameter

Source§

impl IVolumeParameter for NoInterpClampedFloatParameter

Source§

impl IVolumeParameter for NoInterpClampedIntParameter

Source§

impl IVolumeParameter for NoInterpColorParameter

Source§

impl IVolumeParameter for NoInterpCubemapParameter

Source§

impl IVolumeParameter for NoInterpFloatParameter

Source§

impl IVolumeParameter for NoInterpFloatRangeParameter

Source§

impl IVolumeParameter for NoInterpIntParameter

Source§

impl IVolumeParameter for NoInterpMaxFloatParameter

Source§

impl IVolumeParameter for NoInterpMaxIntParameter

Source§

impl IVolumeParameter for NoInterpMinFloatParameter

Source§

impl IVolumeParameter for NoInterpMinIntParameter

Source§

impl IVolumeParameter for NoInterpRenderTextureParameter

Source§

impl IVolumeParameter for NoInterpTextureParameter

Source§

impl IVolumeParameter for NoInterpVector2Parameter

Source§

impl IVolumeParameter for NoInterpVector3Parameter

Source§

impl IVolumeParameter for NoInterpVector4Parameter

Source§

impl IVolumeParameter for RenderTextureParameter

Source§

impl IVolumeParameter for TextureCurveParameter

Source§

impl IVolumeParameter for TextureParameter

Source§

impl IVolumeParameter for Vector2Parameter

Source§

impl IVolumeParameter for Vector3Parameter

Source§

impl IVolumeParameter for Vector4Parameter

Source§

impl IVolumeParameter for VolumeParameter

Source§

impl IVolumeParameter for DepthOfFieldModeParameter

Source§

impl IVolumeParameter for FilmGrainLookupParameter

Source§

impl IVolumeParameter for MotionBlurModeParameter

Source§

impl IVolumeParameter for MotionBlurQualityParameter

Source§

impl IVolumeParameter for TonemappingModeParameter

Source§

impl<T0: ClassIdentity> IVolumeParameter for ObjectParameter_1<T0>

Source§

impl<T0: ClassIdentity> IVolumeParameter for VolumeParameter_1<T0>