Click or drag to resize

VisualServerTextureGetFormat Method

Returns the format of the texture's image.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ImageFormat TextureGetFormat(
	RID texture
)

Parameters

texture
Type: GodotRID

[Missing <param name="texture"/> documentation for "M:Godot.VisualServer.TextureGetFormat(Godot.RID)"]

Return Value

Type: ImageFormat

[Missing <returns> documentation for "M:Godot.VisualServer.TextureGetFormat(Godot.RID)"]

See Also