docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor NodeCategoryAttribute

    NodeCategoryAttribute(Type)

    Initializes the attribute using a linked type.

    Declaration
    public NodeCategoryAttribute(Type deferredType)
    Parameters
    Type Name Description
    Type deferredType

    Linked type to initialize using, must have NodeCategoryAttribute.

    NodeCategoryAttribute(string, string, NodeTick, LifeCycle, float, NodeMode, bool)

    Initializes a Node to be created in the graph.

    Declaration
    public NodeCategoryAttribute(string category, string name, NodeTick nodeTick = NodeTick.Synchronous, LifeCycle lifeCycleMask = (LifeCycle)0, float frequencyHint = 0, NodeMode mode = NodeMode.Standard, bool expandable = false)
    Parameters
    Type Name Description
    string category

    Node category

    string name

    Node name

    NodeTick nodeTick

    Node scheduling behaviour.

    LifeCycle lifeCycleMask

    Node unity event handling description.

    float frequencyHint

    Default node frequency.

    NodeMode mode

    Node functionality

    bool expandable

    Whether the node is expandable.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)