Click or drag to resize

InputEventScreenTouchSetIndex Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventScreenTouch.SetIndex(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetIndex is deprecated. Use the Index property instead.")]
public void SetIndex(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.InputEventScreenTouch.SetIndex(System.Int32)"]

See Also