Click or drag to resize

VisualServerTextureGetWidth Method

Returns the texture's width.

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

Parameters

texture
Type: GodotRID

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

Return Value

Type: UInt32

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

See Also