Interface VFXGizmo.IContext | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface VFXGizmo.IContext

    Namespace: UnityEditor.VFX
    Syntax
    public interface IContext

    Methods

    RegisterProperty<T>(String)

    Declaration
    VFXGizmo.IProperty<T> RegisterProperty<T>(string memberPath)
    Parameters
    Type Name Description
    System.String memberPath
    Returns
    Type Description
    VFXGizmo.IProperty<T>
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX