LoggingBehaviour Class |
Namespace: ImmerseSDK
[HelpURLAttribute("https://immerse.readme.io/")] public abstract class LoggingBehaviour : UnityEngine.MonoBehaviour, ILoggingBehaviour
The LoggingBehaviour type exposes the following members.
Name | Description | |
---|---|---|
LoggingBehaviour | Initializes a new instance of the LoggingBehaviour class |
Name | Description | |
---|---|---|
Name |
Name of this component
| |
VerboseLoggingEnabled |
Use this property to check if verbose logging is enabled for this component.
|
Name | Description | |
---|---|---|
_verboseLoggingEnabled |
Enable verbose logging on this component at runtime in Editor only
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |