Class Vector2Parameter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Vector2Parameter

    Inheritance
    System.Object
    VolumeParameter
    VolumeParameter<Vector2>
    Vector2Parameter
    Inherited Members
    VolumeParameter<Vector2>.m_Value
    VolumeParameter<Vector2>.value
    VolumeParameter<Vector2>.k_DefaultInterpSwap
    VolumeParameter<Vector2>.Override(Vector2)
    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)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class Vector2Parameter : VolumeParameter<Vector2>, IEquatable<VolumeParameter<Vector2>>

    Constructors

    Vector2Parameter(Vector2, Boolean)

    Declaration
    public Vector2Parameter(Vector2 value, bool overrideState = false)
    Parameters
    Type Name Description
    Vector2 value
    System.Boolean overrideState

    Methods

    Interp(Vector2, Vector2, Single)

    Declaration
    public override void Interp(Vector2 from, Vector2 to, float t)
    Parameters
    Type Name Description
    Vector2 from
    Vector2 to
    System.Single t
    Overrides
    UnityEngine.Experimental.Rendering.VolumeParameter<Vector2>.Interp(Vector2, Vector2, System.Single)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023