docs.unity.cn
    Show / Hide Table of Contents

    Class BindingDescriptor

    Class used to describe a binding during import.

    Inheritance
    Object
    BindingDescriptor
    Namespace: Global Namespace
    Syntax
    public class BindingDescriptor

    Fields

    Attr

    Attribute of the binding field in the node.

    Declaration
    public BindingAttribute Attr
    Field Value
    Type Description
    BindingAttribute

    Field

    The field which is meant to be the binding.

    Declaration
    public FieldInfo Field
    Field Value
    Type Description
    FieldInfo

    Key

    Path in the graph for this binding, relative to current graph! If used as a query, there must be a prefix to the current graph ie.: gi:[graphinstanceguid]\n + subquerypath

    Declaration
    public string Key
    Field Value
    Type Description
    String

    Name

    Key for the binding

    Declaration
    public string Name
    Field Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use