Click or drag to resize

AnimatedTextureGetFrameDelay Method

Note: This API is now obsolete.

Returns the given frame's delay value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFrameDelay is deprecated. Use the Frame255__delaySec property instead.")]
public float GetFrameDelay(
	int frame
)

Parameters

frame
Type: SystemInt32

[Missing <param name="frame"/> documentation for "M:Godot.AnimatedTexture.GetFrameDelay(System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AnimatedTexture.GetFrameDelay(System.Int32)"]

See Also