Inheritance diagram for OVRLipSyncDebugConsole:

Public Member Functions

void Init ()
 Init this instance. More...
 
void AddMessage (string message, Color color)
 Adds the message. More...
 
void ClearMessages ()
 Clears the messages. More...
 
void SetClearTimeout (float timeout)
 Sets the clear timeout. More...
 

Static Public Member Functions

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...
 

Public Attributes

ArrayList messages = new ArrayList()
 
int maxMessages = 15
 
Text textMsg
 

Properties

static OVRLipSyncDebugConsole instance [get]
 Gets the instance. More...
 

Member Function Documentation

◆ AddMessage()

void OVRLipSyncDebugConsole.AddMessage ( string  message,
Color  color 
)

Adds the message.

Parameters
messageMessage.
colorColor.

◆ Clear()

static void OVRLipSyncDebugConsole.Clear ( )
static

Clear this instance.

◆ ClearMessages()

void OVRLipSyncDebugConsole.ClearMessages ( )

Clears the messages.

◆ ClearTimeout()

static void OVRLipSyncDebugConsole.ClearTimeout ( float  timeToClear)
static

Calls clear after a certain time.

Parameters
timeToClearTime to clear.

◆ Init()

void OVRLipSyncDebugConsole.Init ( )

Init this instance.

◆ Log() [1/2]

static void OVRLipSyncDebugConsole.Log ( string  message)
static

Log the specified message.

Parameters
messageMessage.

◆ Log() [2/2]

static void OVRLipSyncDebugConsole.Log ( string  message,
Color  color 
)
static

Log the specified message and color.

Parameters
messageMessage.
colorColor.

◆ SetClearTimeout()

void OVRLipSyncDebugConsole.SetClearTimeout ( float  timeout)

Sets the clear timeout.

Parameters
timeoutTimeout.

Member Data Documentation

◆ maxMessages

int OVRLipSyncDebugConsole.maxMessages = 15

◆ messages

ArrayList OVRLipSyncDebugConsole.messages = new ArrayList()

◆ textMsg

Text OVRLipSyncDebugConsole.textMsg

Property Documentation

◆ instance

OVRLipSyncDebugConsole OVRLipSyncDebugConsole.instance
staticget

Gets the instance.

The instance.


The documentation for this class was generated from the following file: