docs.unity.cn
    Show / Hide Table of Contents

    Class NodePropertyAttribute

    Class NodePropertyAttribute. Implements the Attribute

    Inheritance
    Object
    Attribute
    NodePropertyAttribute
    Namespace: Global Namespace
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class NodePropertyAttribute : Attribute, _Attribute

    Constructors

    NodePropertyAttribute(String, Boolean)

    Initializes a new instance of the NodePropertyAttribute class.

    Declaration
    public NodePropertyAttribute(string name = "", bool exposed = true)
    Parameters
    Type Name Description
    String name

    The name.

    Boolean exposed

    if set to true [exposed].

    Fields

    DefaultExposed

    The default exposed state

    Declaration
    public bool DefaultExposed
    Field Value
    Type Description
    Boolean

    TypeName

    The type name

    Declaration
    public string TypeName
    Field Value
    Type Description
    String

    See Also

    Attribute
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use