UxrComponent.IsApplicationQuitting Property

Gets or sets whether the application is quitting. An application is known to be quitting when OnApplicationQuit() was called.

Namespace: UltimateXR.Core.Components
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public bool IsApplicationQuitting { get; }

Property Value

Type: Boolean

See Also

Reference

UxrComponent Class
UltimateXR.Core.Components Namespace