docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Vector4Parameter

    A VolumeParameter that holds a Vector4 value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<Vector4>
    Vector4Parameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<Vector4>>
    Inherited Members
    VolumeParameter<Vector4>.m_Value
    VolumeParameter<Vector4>.value
    VolumeParameter<Vector4>.Override(Vector4)
    VolumeParameter<Vector4>.SetValue(VolumeParameter)
    VolumeParameter<Vector4>.GetHashCode()
    VolumeParameter<Vector4>.ToString()
    VolumeParameter<Vector4>.Equals(VolumeParameter<Vector4>)
    VolumeParameter<Vector4>.Equals(object)
    VolumeParameter<Vector4>.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 Vector4Parameter : VolumeParameter<Vector4>, ICloneable, IEquatable<VolumeParameter<Vector4>>

    Constructors

    Vector4Parameter(Vector4, bool)

    Creates a new Vector4Parameter instance.

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

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    See Also
    NoInterpVector4Parameter

    Methods

    Interp(Vector4, Vector4, float)

    Interpolates between two Vector4 values.

    Declaration
    public override void Interp(Vector4 from, Vector4 to, float t)
    Parameters
    Type Name Description
    Vector4 from

    The start value.

    Vector4 to

    The end value.

    float t

    The interpolation factor in range [0,1].

    Overrides
    VolumeParameter<Vector4>.Interp(Vector4, Vector4, float)
    See Also
    NoInterpVector4Parameter

    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)

    See Also

    NoInterpVector4Parameter
    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)