Click or drag to resize

VisualServerTextureGetFlags Method

Returns the flags of a texture.

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

Parameters

texture
Type: GodotRID

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

Return Value

Type: UInt32

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

See Also