Click or drag to resize

TextureLayeredSetFlags Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureLayered.SetFlags(System.UInt32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFlags is deprecated. Use the Flags property instead.")]
public void SetFlags(
	uint flags
)

Parameters

flags
Type: SystemUInt32

[Missing <param name="flags"/> documentation for "M:Godot.TextureLayered.SetFlags(System.UInt32)"]

See Also