Click or drag to resize

SpriteGetNormalMap Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Sprite.GetNormalMap"]

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

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.Sprite.GetNormalMap"]

See Also