MixedRealitySceneSystem.UnloadContentByTag(String) Method

Definition

Async method to unload scenes by name. If a scene is not loaded, it will be ignored. If a scene operation is in progress, no action will be taken.

public:
 virtual System::Threading::Tasks::Task ^ UnloadContentByTag(System::String ^ tag);
public System.Threading.Tasks.Task UnloadContentByTag (string tag);
abstract member UnloadContentByTag : string -> System.Threading.Tasks.Task
override this.UnloadContentByTag : string -> System.Threading.Tasks.Task
Public Function UnloadContentByTag (tag As String) As Task

Parameters

tag
String

Scene tag

Returns

Task

Implements

Applies to