Share via


AppRemoting.IsReadyToStart Property

Definition

Indicates whether a remoting connection is ready to be started using StartConnectingToPlayer(RemotingConnectConfiguration) or StartListeningForPlayer(RemotingListenConfiguration).

public static bool IsReadyToStart { get; }
static member IsReadyToStart : bool
Public Shared ReadOnly Property IsReadyToStart As Boolean

Property Value

Remarks

This functionality needs the "Holographic Remoting remote app" feature in OpenXR project settings to be enabled and returns false otherwise. This functionality always returns false in Holographic PlayMode Remoting.

Applies to