Click or drag to resize

MultiMeshInstance2DSetNormalMap Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MultiMeshInstance2D.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.MultiMeshInstance2D.SetNormalMap(Godot.Texture)"]

See Also