Click or drag to resize

InputEventMouseButtonSetFactor Method

Note: This API is now obsolete.

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

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

Parameters

factor
Type: SystemSingle

[Missing <param name="factor"/> documentation for "M:Godot.InputEventMouseButton.SetFactor(System.Single)"]

See Also