docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Action

    The base class for action nodes used in Muse Behavior Graphs.

    Inheritance
    object
    Node
    Action
    CheckDistanceAction
    FindClosestWithTagAction
    FindObjectWithTagAction
    LookAtAction
    MoveToLocationAction
    MoveToTargetAction
    PatrolAction
    SetAnimatorBoolAction
    SetAnimatorFloatAction
    SetAnimatorIntAction
    SetAnimatorTrigger
    SetObjectActiveAction
    WaitAction
    ConditionalGuardAction
    EventAction
    LogMessageToConsole
    LogVariableToConsole
    LogVariableValueChange
    CheckCollisionsInRadius
    WaitForCollision
    WaitForCollision2D
    WaitForTrigger
    WaitForTrigger2D
    Inherited Members
    Node.CurrentStatus
    Node.GameObject
    Node.OnStart()
    Node.OnUpdate()
    Node.OnEnd()
    Node.ResetStatus()
    Node.StartNode(Node)
    Node.EndNode(Node)
    Node.AwakeNode(Node)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Muse.Behavior
    Assembly: Unity.Muse.Behavior.dll
    Syntax
    public abstract class Action : Node

    Properties

    Parent

    The parent of the node.

    Declaration
    [JsonProperty]
    public Node Parent { get; }
    Property Value
    Type Description
    Node

    Methods

    AwakeParents()

    AwakeParents is called after the running node has returned a status of Success or Fail.

    Declaration
    protected override void AwakeParents()
    Overrides
    Node.AwakeParents()
    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)