IShaderProvider

Namespace: Murder
Assembly: Murder.dll

public abstract IShaderProvider

A game that leverages murder and use custom shaders should implement this in their IMurderGame.

⭐ Properties

Shaders

public abstract virtual String[] Shaders { get; }

Names of custom shaders that will be provided. This is expected to be placed in ./<game_directory />/../resources

Returns
string[]