Click or drag to resize

NoiseTextureSetAsNormalmap Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NoiseTexture.SetAsNormalmap(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAsNormalmap is deprecated. Use the AsNormalmap property instead.")]
public void SetAsNormalmap(
	bool asNormalmap
)

Parameters

asNormalmap
Type: SystemBoolean

[Missing <param name="asNormalmap"/> documentation for "M:Godot.NoiseTexture.SetAsNormalmap(System.Boolean)"]

See Also