docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NoInterpVector3Parameter

    A VolumeParameter that holds a non-interpolating Vector3 value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<Vector3>
    NoInterpVector3Parameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<Vector3>>
    Inherited Members
    VolumeParameter<Vector3>.m_Value
    VolumeParameter<Vector3>.value
    VolumeParameter<Vector3>.Interp(Vector3, Vector3, float)
    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 NoInterpVector3Parameter : VolumeParameter<Vector3>, ICloneable, IEquatable<VolumeParameter<Vector3>>

    Constructors

    NoInterpVector3Parameter(Vector3, bool)

    Creates a new Vector3Parameter instance.

    Declaration
    public NoInterpVector3Parameter(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
    Vector3Parameter

    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

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