Click or drag to resize

CPUParticles2DSetNormalmap Method

Note: This API is now obsolete.

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

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

Parameters

normalmap
Type: GodotTexture

[Missing <param name="normalmap"/> documentation for "M:Godot.CPUParticles2D.SetNormalmap(Godot.Texture)"]

See Also