Table of Contents

Enum ScriptFlags

Namespace
Stride.Core.MicroThreading
Assembly
Stride.Core.MicroThreading.dll
[Flags]
public enum ScriptFlags

Fields

AssemblyFirstStartup = 2

Automatically run on assembly first startup (not executed if assembly is reloaded).

AssemblyStartup = 1

Automatically run on assembly startup.

AssemblyUnload = 4

Automatically run on assembly unload.

KeepAliveWhenUnload = 8

MicroThread won't be killed if assembly is unloaded (including reload).

None = 0

Empty value.