Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ScriptFlags Enum

    Namespace: Stride.Core.MicroThreading
    Assembly: 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.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ScriptFlags>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ScriptFlags>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation