Class DebugUtility
Inheritance
object
DebugUtility
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public static class DebugUtility
Properties
logPath
Declaration
public static string logPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
LogToFile(string)
Declaration
public static void LogToFile(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |