Click or drag to resize

AnimationTreePlayerTimescaleNodeGetScale Method

Returns the time scale value of the TimeScale node with name id.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Single

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

See Also