Click or drag to resize

AnimatedTextureGetFrameTexture Method

Note: This API is now obsolete.

Returns the given frame's Texture.

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

Parameters

frame
Type: SystemInt32

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

Return Value

Type: Texture

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

See Also