ScriptFlags Enum
Namespace: Stride.Core.MicroThreadingAssembly: Stride.Core.MicroThreading.dll
[Flags]
public enum ScriptFlags
Fields
Name | Description |
---|---|
AssemblyFirstStartup | Automatically run on assembly first startup (not executed if assembly is reloaded). |
AssemblyStartup | Automatically run on assembly startup. |
AssemblyUnload | Automatically run on assembly unload. |
KeepAliveWhenUnload | MicroThread won't be killed if assembly is unloaded (including reload). |
None | Empty value. |