Table of Contents

Class EffectSystemExtensions

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Extensions for EffectSystem

public static class EffectSystemExtensions
Inheritance
EffectSystemExtensions

Methods

LoadEffect(EffectSystem, string)

Creates an effect.

public static TaskOrResult<Effect> LoadEffect(this EffectSystem effectSystem, string effectName)

Parameters

effectSystem EffectSystem

The effect system.

effectName string

Name of the effect.

Returns

TaskOrResult<Effect>

A new instance of an effect.