Click or drag to resize

ParticlesMaterialEmissionColorTexture Property

Particle color will be modulated by color determined by sampling this texture at the same point as the EmissionPointTexture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Texture EmissionColorTexture { get; set; }

Property Value

Type: Texture
See Also