Click or drag to resize

BeaconServicePing Method

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

Namespace:  ImmerseSDK.Beacon
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void Ping(
	UnityEngine.Vector2 mousePosition
)

Parameters

mousePosition
Type: UnityEngine.Vector2
See Also