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

    Class VFXGizmoUtility.Context

    Inheritance
    System.Object
    VFXGizmoUtility.Context
    ParameterGizmoContext
    VFXDataAnchorGizmoContext
    Namespace: UnityEditor.VFX.UI
    Syntax
    public abstract class Context : VFXGizmo.IContext

    Fields

    m_Indeterminate

    Declaration
    protected bool m_Indeterminate
    Field Value
    Type Description
    System.Boolean

    m_PropertyCache

    Declaration
    protected Dictionary<string, object> m_PropertyCache
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    separator

    Declaration
    public const string separator = "."
    Field Value
    Type Description
    System.String

    Properties

    portType

    Declaration
    public abstract Type portType { get; }
    Property Value
    Type Description
    System.Type

    space

    Declaration
    public abstract VFXCoordinateSpace space { get; }
    Property Value
    Type Description
    VFXCoordinateSpace

    spaceLocalByDefault

    Declaration
    public virtual bool spaceLocalByDefault { get; }
    Property Value
    Type Description
    System.Boolean

    value

    Declaration
    public abstract object value { get; }
    Property Value
    Type Description
    System.Object

    Methods

    InternalPrepare()

    Declaration
    protected abstract void InternalPrepare()

    IsIndeterminate()

    Declaration
    public bool IsIndeterminate()
    Returns
    Type Description
    System.Boolean

    Prepare()

    Declaration
    public bool Prepare()
    Returns
    Type Description
    System.Boolean

    RegisterProperty<T>(String)

    Declaration
    public abstract VFXGizmo.IProperty<T> RegisterProperty<T>(string member)
    Parameters
    Type Name Description
    System.String member
    Returns
    Type Description
    VFXGizmo.IProperty<T>
    Type Parameters
    Name Description
    T
    Implements
    VFXGizmo.IContext.RegisterProperty<T>(String)

    Unprepare()

    Declaration
    public void Unprepare()
    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