Click or drag to resize

SpriteBase3DSetModulate Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpriteBase3D.SetModulate(Godot.Color)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetModulate is deprecated. Use the Modulate property instead.")]
public void SetModulate(
	Color modulate
)

Parameters

modulate
Type: GodotColor

[Missing <param name="modulate"/> documentation for "M:Godot.SpriteBase3D.SetModulate(Godot.Color)"]

See Also