Click or drag to resize

NoiseTextureSetBumpStrength Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBumpStrength is deprecated. Use the BumpStrength property instead.")]
public void SetBumpStrength(
	float bumpStrength
)

Parameters

bumpStrength
Type: SystemSingle

[Missing <param name="bumpStrength"/> documentation for "M:Godot.NoiseTexture.SetBumpStrength(System.Single)"]

See Also