Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

GraphLogAction

class in Unity.GraphToolkit.Editor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

An GraphLogAction.Action to associate with a message logged using the GraphLogger accepting an Object.

GraphLogAction serves as a way to link user executable actions to messages logged using the GraphLogger when handling Graph.OnGraphChanged. The Object parameter is the same as the context passed when logging messages with the GraphLogger.

Properties

Property Description
Action The action to execute.
Description The description of the action.

Constructors

Constructor Description
GraphLogAction Initializes a new instance of the GraphLogAction class.