Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphLogAction(string, Action<object>)

Initializes a new instance of the GraphLogAction class.
Read time 1 minuteLast updated 6 days ago

Definition

GraphLogAction(string, Action<Object>)

public GraphLogAction(string description, Action<object> action)

Parameters

description

The description of the action.

The action to execute. Throws ArgumentNullException if null.