MixedRealitySceneSystem.IsContentLoaded(String) Method

Definition

Returns true if a content scene is fully loaded.

public:
 virtual bool IsContentLoaded(System::String ^ sceneName);
public bool IsContentLoaded (string sceneName);
abstract member IsContentLoaded : string -> bool
override this.IsContentLoaded : string -> bool
Public Function IsContentLoaded (sceneName As String) As Boolean

Parameters

sceneName
String

Returns

Implements

Applies to