Class NoInterpMinFloatParameter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class NoInterpMinFloatParameter

    Inheritance
    System.Object
    VolumeParameter
    VolumeParameter<System.Single>
    NoInterpMinFloatParameter
    Inherited Members
    VolumeParameter<Single>.m_Value
    VolumeParameter<Single>.k_DefaultInterpSwap
    VolumeParameter<Single>.Interp(Single, Single, Single)
    VolumeParameter<Single>.Override(Single)
    VolumeParameter<Single>.GetHashCode()
    VolumeParameter<Single>.ToString()
    VolumeParameter<Single>.Equals(VolumeParameter<Single>)
    VolumeParameter<Single>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class NoInterpMinFloatParameter : VolumeParameter<float>, IEquatable<VolumeParameter<float>>

    Constructors

    NoInterpMinFloatParameter(Single, Single, Boolean)

    Declaration
    public NoInterpMinFloatParameter(float value, float min, bool overrideState = false)
    Parameters
    Type Name Description
    System.Single value
    System.Single min
    System.Boolean overrideState

    Fields

    min

    Declaration
    public float min
    Field Value
    Type Description
    System.Single

    Properties

    value

    Declaration
    public override float value { get; set; }
    Property Value
    Type Description
    System.Single
    Overrides
    UnityEngine.Experimental.Rendering.VolumeParameter<System.Single>.value
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023