docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Vector3Parameter

    A VolumeParameter that holds a Vector3 value.

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

    Constructors

    Vector3Parameter(Vector3, bool)

    Creates a new Vector3Parameter instance.

    Declaration
    public Vector3Parameter(Vector3 value, bool overrideState = false)
    Parameters
    Type Name Description
    Vector3 value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    See Also
    NoInterpVector3Parameter

    Methods

    Interp(Vector3, Vector3, float)

    Interpolates between two Vector3 values.

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

    The start value.

    Vector3 to

    The end value.

    float t

    The interpolation factor in range [0,1].

    Overrides
    VolumeParameter<Vector3>.Interp(Vector3, Vector3, float)
    See Also
    NoInterpVector3Parameter

    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

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