Click or drag to resize

InputEventActionSetStrength Method

Note: This API is now obsolete.

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

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

Parameters

strength
Type: SystemSingle

[Missing <param name="strength"/> documentation for "M:Godot.InputEventAction.SetStrength(System.Single)"]

See Also