Click or drag to resize

AnimationTreePlayerTimeseekNodeSeek Method

Sets the time seek value of the TimeSeek node with name id to seconds.

This functions as a seek in the Animation or the blend or mix of Animations input in it.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TimeseekNodeSeek(
	string id,
	float seconds
)

Parameters

id
Type: SystemString

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

seconds
Type: SystemSingle

[Missing <param name="seconds"/> documentation for "M:Godot.AnimationTreePlayer.TimeseekNodeSeek(System.String,System.Single)"]

See Also