docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TextureParameter

    A VolumeParameter that holds a Texture value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<Texture>
    TextureParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<Texture>>
    Inherited Members
    VolumeParameter<Texture>.m_Value
    VolumeParameter<Texture>.value
    VolumeParameter<Texture>.Interp(Texture, Texture, float)
    VolumeParameter<Texture>.Override(Texture)
    VolumeParameter<Texture>.SetValue(VolumeParameter)
    VolumeParameter<Texture>.ToString()
    VolumeParameter<Texture>.Equals(VolumeParameter<Texture>)
    VolumeParameter<Texture>.Equals(object)
    VolumeParameter<Texture>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    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 TextureParameter : VolumeParameter<Texture>, ICloneable, IEquatable<VolumeParameter<Texture>>

    Constructors

    TextureParameter(Texture, bool)

    Creates a new TextureParameter instance.

    Declaration
    public TextureParameter(Texture value, bool overrideState = false)
    Parameters
    Type Name Description
    Texture value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    TextureParameter(Texture, TextureDimension, bool)

    Creates a new TextureParameter instance.

    Declaration
    public TextureParameter(Texture value, TextureDimension dimension, bool overrideState = false)
    Parameters
    Type Name Description
    Texture value

    The initial value to store in the parameter.

    TextureDimension dimension

    The accepted dimension of textures.

    bool overrideState

    The initial override state for the parameter.

    Fields

    dimension

    The accepted dimension of textures.

    Declaration
    public TextureDimension dimension
    Field Value
    Type Description
    TextureDimension

    Methods

    GetHashCode()

    Returns a hash code for the current object.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    VolumeParameter<Texture>.GetHashCode()

    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)