Click or drag to resize

VisualServerTextureSetFlags Method

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

Parameters

texture
Type: GodotRID

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

flags
Type: SystemUInt32

[Missing <param name="flags"/> documentation for "M:Godot.VisualServer.TextureSetFlags(Godot.RID,System.UInt32)"]

See Also