Sequine - Scripting API
Calcatz.CookieCutter.DebugLogCommand Class Reference

Prints a text to the Console using Debug.Log, Debug.LogWarning, or Debug.LogError. More...

Inheritance diagram for Calcatz.CookieCutter.DebugLogCommand:
Calcatz.CookieCutter.TextFormatterCommand Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > Calcatz.CookieCutter.ITextFormatterCommand

Public Types

enum  LogType { Info , Warning , Error }
 

Public Attributes

LogType logType = LogType.Info
 

Protected Member Functions

override void HandleFormattedText (CommandExecutionFlow _flow, string _formattedText)
 

Additional Inherited Members

Detailed Description

Prints a text to the Console using Debug.Log, Debug.LogWarning, or Debug.LogError.

Member Enumeration Documentation

◆ LogType

Enumerator
Info 
Warning 
Error 

Member Function Documentation

◆ HandleFormattedText()

override void Calcatz.CookieCutter.DebugLogCommand.HandleFormattedText ( CommandExecutionFlow  _flow,
string  _formattedText 
)
protectedvirtual

Member Data Documentation

◆ logType

LogType Calcatz.CookieCutter.DebugLogCommand.logType = LogType.Info