Show / Hide Table of Contents

Enum ColorMode

Used to specify which color is used for lighting calculation.

Namespace: Fusee.Engine.Core.ShaderShards
Assembly: Fusee.Engine.Core.dll
Syntax
public enum ColorMode

Fields

Name Description
BaseColor

Use basic Albedo color (from uniform)

VertexColor0

Use Color0

VertexColor1

Use Color1

VertexColor2

Use Color2

Generated by DocFX
GitHub Repo
Back to top