UxrAsyncInitSingleton<T>.InitInternal Method
Initializes the singleton asynchronously. Calls InitAsync(CancellationToken) which is required to be implemented in child classes.
Namespace: UltimateXR.Core.Components.Singleton
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
protected override void InitInternal(
Action initializedCallback
)
Parameters
- initializedCallback
- Type: System.Action
Callback required to run when the initialization finished.
See Also
Reference
UxrAsyncInitSingleton<T> Class
UltimateXR.Core.Components.Singleton Namespace