Click or drag to resize

BeaconService Methods

The BeaconService type exposes the following members.

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