Enum AsynchronousBehaviour
Options for how to handle asynchronous operations.
Namespace: UnityEngine.Localization.Settings
Assembly: Unity.Localization.dll
Syntax
public enum AsynchronousBehaviour
Fields
Name | Description |
---|---|
Default | Use the default behavior specified in the LocalizedReference. |
ForceSynchronous | Forces the operation to complete synchronously. |