Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    StateControl Enum

    Namespace: Stride.Particles.Components
    Assembly: Stride.Particles.dll

    State control for the particle system

    [DataContract]
    public enum StateControl

    Fields

    Name Description
    Pause

    The state is active, but currently not playing (paused)

    Play

    The state is active and currently playing

    Stop

    The state is inactive

    Extension Methods

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

    Back to top

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