docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EnumParameter<T>

    Generic Enum volume parameter.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<T>
    EnumParameter<T>
    Implements
    ICloneable
    IEquatable<VolumeParameter<T>>
    Inherited Members
    VolumeParameter<T>.value
    VolumeParameter<T>.Interp(T, T, float)
    VolumeParameter<T>.Override(T)
    VolumeParameter<T>.SetValue(VolumeParameter)
    VolumeParameter<T>.GetHashCode()
    VolumeParameter<T>.ToString()
    VolumeParameter<T>.Equals(VolumeParameter<T>)
    VolumeParameter<T>.Equals(object)
    VolumeParameter<T>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public sealed class EnumParameter<T> : VolumeParameter<T>, ICloneable, IEquatable<VolumeParameter<T>>
    Type Parameters
    Name Description
    T

    The type of value to hold in this parameter.

    Constructors

    EnumParameter(T, bool)

    Creates a new EnumParameter instance.

    Declaration
    public EnumParameter(T value, bool overrideState = false)
    Parameters
    Type Name Description
    T value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    Implements

    ICloneable
    IEquatable<T>

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)