UxrAbstractSingleton<T>.ReleaseInternal Method
The default internal release. Child classes can override this method if they required deallocation code.
Namespace: UltimateXR.Core.Components.Singleton
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void ReleaseInternal(
Action releasedCallback
)
Parameters
- releasedCallback
- Type: System.Action
Callback called when the releasing finished.
See Also
Reference
UxrAbstractSingleton<T> Class
UltimateXR.Core.Components.Singleton Namespace