Click or drag to resize

CPUParticles2DNormalmap Property

Normal map to be used for the Texture property.

Note: Godot expects the normal map to use X+, Y-, and Z+ coordinates. See this page for a comparison of normal map coordinates expected by popular engines.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Texture Normalmap { get; set; }

Property Value

Type: Texture
See Also