docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TextureCurveParameter

    A VolumeParameter that holds a TextureCurve value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<TextureCurve>
    TextureCurveParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<TextureCurve>>
    Inherited Members
    VolumeParameter<TextureCurve>.m_Value
    VolumeParameter<TextureCurve>.value
    VolumeParameter<TextureCurve>.Interp(TextureCurve, TextureCurve, float)
    VolumeParameter<TextureCurve>.Override(TextureCurve)
    VolumeParameter<TextureCurve>.SetValue(VolumeParameter)
    VolumeParameter<TextureCurve>.GetHashCode()
    VolumeParameter<TextureCurve>.ToString()
    VolumeParameter<TextureCurve>.Equals(VolumeParameter<TextureCurve>)
    VolumeParameter<TextureCurve>.Equals(object)
    VolumeParameter<TextureCurve>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public class TextureCurveParameter : VolumeParameter<TextureCurve>, ICloneable, IEquatable<VolumeParameter<TextureCurve>>

    Constructors

    TextureCurveParameter(TextureCurve, bool)

    Creates a new TextureCurveParameter instance.

    Declaration
    public TextureCurveParameter(TextureCurve value, bool overrideState = false)
    Parameters
    Type Name Description
    TextureCurve value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    Methods

    Release()

    Release implementation.

    Declaration
    public override void Release()
    Overrides
    VolumeParameter.Release()

    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)