Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EventReceiverOptions Enum

    Namespace: Stride.Engine.Events
    Assembly: Stride.Engine.dll

    Options related to EventReceiver might be extended in the future

    [Flags]
    public enum EventReceiverOptions

    Fields

    Name Description
    Buffered

    If this flag is present the events will be buffered into a queue, receivers might decide to consume at any pace they wish as long as they consume them at some point

    None

    If no flags are present only the most recent event will be buffered

    Extension Methods

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

    Back to top

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