Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderEffectState Enum

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Describes the state of a RenderEffect.

    public enum RenderEffectState

    Fields

    Name Description
    Compiling

    The effect is being asynchrounously compiled.

    Error

    There was an error while compiling the effect.

    Normal

    The effect is in normal state.

    Skip

    The effect is skipped.

    Extension Methods

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

    Back to top

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