BeaconService Class |
Namespace: ImmerseSDK.Beacon
public class BeaconService : SingletonBehaviour
The BeaconService type exposes the following members.
Name | Description | |
---|---|---|
BeaconService | Initializes a new instance of the BeaconService class |
Name | Description | |
---|---|---|
CoroutineInitialise |
This method is used by our internal systems so do not call it directly.
(Overrides SingletonBehaviourCoroutineInitialise.) | |
OnDestroy |
Unity component method
(Overrides SingletonBehaviourOnDestroy.) | |
Ping |
Send a ping message using a 2D mouse position in screen coordinates to calculate a point in space which will display a temporary "beacon" in the specified position
| |
Ping2D |
Sends a 2D beacon message
| |
Ping3D |
Sends a 3D beacon message
|
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.) |