Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EffectSystemExtensions Class

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

    Extensions for EffectSystem

    System.Object → EffectSystemExtensions
    Derived from EffectSystemExtensions:

    public static class EffectSystemExtensions
    Name Description
    Methods
    LoadEffect(EffectSystem, String)

    Creates an effect.

    | Improve this Doc View Source

    Methods


    LoadEffect(EffectSystem, String)

    Creates an effect.

    public static TaskOrResult<Effect> LoadEffect(this EffectSystem effectSystem, string effectName)
    Parameters
    Type Name Description
    EffectSystem effectSystem

    The effect system.

    System.String effectName

    Name of the effect.

    Returns
    Type Description
    TaskOrResult<Effect>

    A new instance of an effect.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

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