Table of Contents

Enum BaseMaterial3D.EmissionOperatorEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum BaseMaterial3D.EmissionOperatorEnum : long

Fields

Add = 0

Adds the emission color to the color from the emission texture.

Multiply = 1

Multiplies the emission color by the color from the emission texture.