Click or drag to resize

AnimationTreePlayerNodeGetInputCount Method

Returns the input count for a given node. Different types of nodes have different amount of inputs.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int NodeGetInputCount(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.NodeGetInputCount(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.NodeGetInputCount(System.String)"]

See Also