C# Class Common.Console

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
toggleKey KeyCode

Méthodes publiques

Méthode Description
ConsoleWindow ( int windowID ) : void

A window that displayss the recorded logs.

HandleLog ( string message, string stackTrace, LogType type ) : void

Records a log from the log callback.

OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

ConsoleWindow() public méthode

A window that displayss the recorded logs.
public ConsoleWindow ( int windowID ) : void
windowID int Window ID.
Résultat void

HandleLog() public méthode

Records a log from the log callback.
public HandleLog ( string message, string stackTrace, LogType type ) : void
message string Message.
stackTrace string Trace of where the message came from.
type LogType Type of message (error, exception, warning, assert).
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

toggleKey public_oe property

public KeyCode toggleKey
Résultat KeyCode