docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LogMessageToConsole

    Inheritance
    object
    Node
    Action
    LogMessageToConsole
    Inherited Members
    Action.Parent
    Action.AwakeParents()
    Node.CurrentStatus
    Node.GameObject
    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
    [Serializable]
    [NodeDescription("Log Message", "Logs a message to the console.", "Log [message] to the console", "", "Action/Debug", "b95551d408d852c7e54ce84d1369f56c", null, "C:\\temp\\com.unity.muse.behavior@0.9\\Packages\\com.unity.muse.behavior\\Runtime\\Execution\\Nodes\\DebugNodes.cs")]
    public class LogMessageToConsole : Action

    Fields

    LogLevel

    Declaration
    public BlackboardVariable<LogMessageToConsole.LogType> LogLevel
    Field Value
    Type Description
    BlackboardVariable<LogMessageToConsole.LogType>

    Message

    Declaration
    public BlackboardVariable<string> Message
    Field Value
    Type Description
    BlackboardVariable<string>

    Methods

    OnStart()

    OnStart is called when the node starts running.

    Declaration
    protected override Node.Status OnStart()
    Returns
    Type Description
    Node.Status

    The status of the node.

    Overrides
    Node.OnStart()
    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)