Show / Hide Table of Contents

Class GameMaterials.ParticleShaders

Container for particle shaders. Access via GameMaterials.Shaders.Particles.

Inheritance
Object
GameMaterials.ParticleShaders
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class ParticleShaders

Constructors

ParticleShaders()

Declaration
public ParticleShaders()

Properties

Additive

Example material: VacuumDust.

Declaration
public Shader Additive { get; }
Property Value
Type Description
UnityEngine.Shader

AlphaBlended

Example material: Fire.

Declaration
public Shader AlphaBlended { get; }
Property Value
Type Description
UnityEngine.Shader

StainedBumpDistort

Example material: WaterRefract.

Declaration
public Shader StainedBumpDistort { get; }
Property Value
Type Description
UnityEngine.Shader
Back to top Generated by DocFX