|
| static void | Log (string message) |
| | Log the specified message. More...
|
| |
| static void | Log (string message, Color color) |
| | Log the specified message and color. More...
|
| |
| static void | Clear () |
| | Clear this instance. More...
|
| |
| static void | ClearTimeout (float timeToClear) |
| | Calls clear after a certain time. More...
|
| |
◆ AddMessage()
| void OVRLipSyncDebugConsole.AddMessage |
( |
string |
message, |
|
|
Color |
color |
|
) |
| |
Adds the message.
- Parameters
-
| message | Message. |
| color | Color. |
◆ Clear()
| static void OVRLipSyncDebugConsole.Clear |
( |
| ) |
|
|
static |
◆ ClearMessages()
| void OVRLipSyncDebugConsole.ClearMessages |
( |
| ) |
|
◆ ClearTimeout()
| static void OVRLipSyncDebugConsole.ClearTimeout |
( |
float |
timeToClear | ) |
|
|
static |
Calls clear after a certain time.
- Parameters
-
| timeToClear | Time to clear. |
◆ Init()
| void OVRLipSyncDebugConsole.Init |
( |
| ) |
|
◆ Log() [1/2]
| static void OVRLipSyncDebugConsole.Log |
( |
string |
message | ) |
|
|
static |
Log the specified message.
- Parameters
-
◆ Log() [2/2]
| static void OVRLipSyncDebugConsole.Log |
( |
string |
message, |
|
|
Color |
color |
|
) |
| |
|
static |
Log the specified message and color.
- Parameters
-
| message | Message. |
| color | Color. |
◆ SetClearTimeout()
| void OVRLipSyncDebugConsole.SetClearTimeout |
( |
float |
timeout | ) |
|
Sets the clear timeout.
- Parameters
-
◆ maxMessages
| int OVRLipSyncDebugConsole.maxMessages = 15 |
◆ messages
| ArrayList OVRLipSyncDebugConsole.messages = new ArrayList() |
◆ textMsg
| Text OVRLipSyncDebugConsole.textMsg |
◆ instance
Gets the instance.
The instance.
The documentation for this class was generated from the following file: