Show / Hide Table of Contents

Class GameMaterials.BlockShaders

Container for block shaders. Access via GameMaterials.Shaders.Blocks.

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

Constructors

BlockShaders()

Declaration
public BlockShaders()

Properties

Camera

Special shader used for the camera block visual. Example material: Camera.

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

Fireball

Special shader used for the fireball. Example material: Fireball.

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

Main

Shader used by most blocks. Example materials: WoodenBlock and Wheel.

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

Pin

Special shader used for the pin block. Example material: Pin.

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