共用方式為


AppRemoting.Connected Event

Definition

Event triggered when the connection between remote app (Client/Server) and player is successfully established.

public static event Microsoft.MixedReality.OpenXR.Remoting.ConnectedDelegate Connected;
member this.Connected : Microsoft.MixedReality.OpenXR.Remoting.ConnectedDelegate 
Public Shared Custom Event Connected As ConnectedDelegate 

Event Type

Remarks

This event will only be triggered if the "Holographic Remoting remote app" feature in OpenXR project settings is enabled and is never triggered in Holographic PlayMode Remoting.

Applies to