Interface ILevelHostedService
public interface ILevelHostedService
Methods
LoadLevelAsync(CancellationToken)
Executes when the level finishes loading and all assets are loaded but before the first session starts.
UniTask LoadLevelAsync(CancellationToken token)
Parameters
tokenCancellationToken
Returns
- UniTask