docs.unity.cn
    Show / Hide Table of Contents

    Class NoInterpVector4Parameter

    A VolumeParameter that holds a non-interpolating Vector4 value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Vector4>
    NoInterpVector4Parameter
    Inherited Members
    VolumeParameter<Vector4>.m_Value
    VolumeParameter<Vector4>.value
    VolumeParameter<Vector4>.Interp(Vector4, Vector4, Single)
    VolumeParameter<Vector4>.Override(Vector4)
    VolumeParameter<Vector4>.SetValue(VolumeParameter)
    VolumeParameter<Vector4>.GetHashCode()
    VolumeParameter<Vector4>.ToString()
    VolumeParameter<Vector4>.Equals(VolumeParameter<Vector4>)
    VolumeParameter<Vector4>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    Namespace: UnityEngine.Rendering
    Syntax
    [Serializable]
    public class NoInterpVector4Parameter : VolumeParameter<Vector4>, IEquatable<VolumeParameter<Vector4>>

    Constructors

    NoInterpVector4Parameter(Vector4, Boolean)

    Creates a new Vector4Parameter instance.

    Declaration
    public NoInterpVector4Parameter(Vector4 value, bool overrideState = false)
    Parameters
    Type Name Description
    Vector4 value

    The initial value to store in the parameter.

    Boolean overrideState

    The initial override state for the parameter.

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)

    See Also

    Vector4Parameter
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 08 September 2021