Class GameMaterials.Shaders
Access to commonly-used shaders in the game.
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public static class Shaders
Properties
BlockGhosts
Shaders used for block ghosts.
Declaration
public static GameMaterials.BlockGhostShaders BlockGhosts { get; }
Property Value
Type | Description |
---|---|
GameMaterials.BlockGhostShaders |
Blocks
Shaders used for blocks.
Declaration
public static GameMaterials.BlockShaders Blocks { get; }
Property Value
Type | Description |
---|---|
GameMaterials.BlockShaders |
Entities
Shaders used for level editor entities.
Declaration
public static GameMaterials.EntityShaders Entities { get; }
Property Value
Type | Description |
---|---|
GameMaterials.EntityShaders |
Misc
Other shaders used for miscellaneous purposes.
Declaration
public static GameMaterials.MiscShaders Misc { get; }
Property Value
Type | Description |
---|---|
GameMaterials.MiscShaders |
Particles
Shaders used for particle systems.
Declaration
public static GameMaterials.ParticleShaders Particles { get; }
Property Value
Type | Description |
---|---|
GameMaterials.ParticleShaders |