EnabledStateSynchroniser Class |
Namespace: ImmerseSDK.Interaction.State
public class EnabledStateSynchroniser : StateSynchroniser
The EnabledStateSynchroniser type exposes the following members.
Name | Description | |
---|---|---|
EnabledStateSynchroniser | Initializes a new instance of the EnabledStateSynchroniser class |
Name | Description | |
---|---|---|
Awake | ||
ReceivedSynchronisedMessage |
Received a message
(Overrides StateSynchroniserReceivedSynchronisedMessage(UserID, Byte).) | |
Start | ||
SyncState |
Sync state if needed
|
Name | Description | |
---|---|---|
_startEnabled |
Should the object be enabled or disabled at startup time?
Note: Always leave the object enabled and let this flag disable it if you need it disabled
|
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.) |