Click or drag to resize

SpatialMaterialEmissionOperatorEnum Enumeration

[Missing <summary> documentation for "T:Godot.SpatialMaterial.EmissionOperatorEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EmissionOperatorEnum
Members
  Member nameValueDescription
Add0

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

Multiply1

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

See Also