Click or drag to resize

ParticlesMaterialSetColorRamp Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ParticlesMaterial.SetColorRamp(Godot.Texture)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetColorRamp is deprecated. Use the ColorRamp property instead.")]
public void SetColorRamp(
	Texture ramp
)

Parameters

ramp
Type: GodotTexture

[Missing <param name="ramp"/> documentation for "M:Godot.ParticlesMaterial.SetColorRamp(Godot.Texture)"]

See Also