Click or drag to resize

BeaconService Class

Manages the Beacon display service
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDKLoggingBehaviour
            ImmerseSDKSingletonBehaviour
              ImmerseSDK.BeaconBeaconService

Namespace:  ImmerseSDK.Beacon
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class BeaconService : SingletonBehaviour

The BeaconService type exposes the following members.

Constructors
  NameDescription
Public methodBeaconService
Initializes a new instance of the BeaconService class
Top
Methods
  NameDescription
Public methodCoroutineInitialise
This method is used by our internal systems so do not call it directly.
(Overrides SingletonBehaviourCoroutineInitialise.)
Protected methodOnDestroy
Unity component method
(Overrides SingletonBehaviourOnDestroy.)
Public methodPing
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
Public methodPing2D
Sends a 2D beacon message
Public methodPing3D
Sends a 3D beacon message
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also