Class CustomNode | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class CustomNode

    Custom node attribute for custom nodes.

    Inheritance
    Object
    Attribute
    CustomNode
    Namespace: UnityEngine.AssetGraph
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class CustomNode : Attribute, _Attribute

    Constructors

    CustomNode(String)

    Declaration
    public CustomNode(string name)
    Parameters
    Type Name Description
    String name

    CustomNode(String, Int32)

    Declaration
    public CustomNode(string name, int orderPriority)
    Parameters
    Type Name Description
    String name
    Int32 orderPriority

    Fields

    kDEFAULT_PRIORITY

    Declaration
    public static readonly int kDEFAULT_PRIORITY
    Field Value
    Type Description
    Int32

    Properties

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    The name.

    OrderPriority

    Gets the order priority.

    Declaration
    public int OrderPriority { get; }
    Property Value
    Type Description
    Int32

    The order priority.

    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