docs.unity.cn
    Show / Hide Table of Contents

    Class NoInterpVector2Parameter

    A VolumeParameter that holds a non-interpolating Vector2 value.

    Inheritance
    Object
    VolumeParameter
    VolumeParameter<Vector2>
    NoInterpVector2Parameter
    Inherited Members
    VolumeParameter<Vector2>.m_Value
    VolumeParameter<Vector2>.value
    VolumeParameter<Vector2>.Interp(Vector2, Vector2, Single)
    VolumeParameter<Vector2>.Override(Vector2)
    VolumeParameter<Vector2>.SetValue(VolumeParameter)
    VolumeParameter<Vector2>.GetHashCode()
    VolumeParameter<Vector2>.ToString()
    VolumeParameter<Vector2>.Equals(VolumeParameter<Vector2>)
    VolumeParameter<Vector2>.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 NoInterpVector2Parameter : VolumeParameter<Vector2>, IEquatable<VolumeParameter<Vector2>>

    Constructors

    NoInterpVector2Parameter(Vector2, Boolean)

    Creates a new NoInterpVector2Parameter instance.

    Declaration
    public NoInterpVector2Parameter(Vector2 value, bool overrideState = false)
    Parameters
    Type Name Description
    Vector2 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

    Vector2Parameter
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use