Camera Shake 1.6.0f1
Reference Manual
|
The base class for all Camera Shake components. More...
Static Public Member Functions | |
static void | Log (object message, string prefix, string type) |
Logs a prefixed message. More... | |
static void | Log (object message, string prefix, string type, Object context) |
Logs a prefixed message, with context. More... | |
static void | LogError (object message, string prefix, string type) |
Logs a prefixed erorr. More... | |
static void | LogError (object message, string prefix, string type, Object context) |
Logs a prefixed exception, with context. More... | |
static void | LogException (System.Exception ex) |
Logs an exception. More... | |
static void | LogException (System.Exception ex, Object context) |
Logs an exception, with context. More... | |
static void | LogWarning (object message, string prefix, string type) |
Logs a prefixed warning. More... | |
static void | LogWarning (object message, string prefix, string type, Object context) |
Logs a prefixed warning, with context. More... | |
The base class for all Camera Shake components.
|
inlinestatic |
Logs a prefixed message.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
|
inlinestatic |
Logs a prefixed message, with context.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
context | Object to which the message applies. |
|
inlinestatic |
Logs a prefixed erorr.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
|
inlinestatic |
Logs a prefixed exception, with context.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
context | Object to which the message applies. |
|
inlinestatic |
Logs an exception.
ex | The exception to log. |
|
inlinestatic |
Logs an exception, with context.
ex | The exception to log. |
context | Object to which the message applies. |
|
inlinestatic |
Logs a prefixed warning.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
|
inlinestatic |
Logs a prefixed warning, with context.
message | The message to log. |
prefix | The prefix to log with the message. |
type | An identifier formatted with the prefix. |
context | Object to which the message applies. |