Click or drag to resize

SpriteBase3DSetDrawFlag Method

Note: This API is now obsolete.

If true, the specified flag will be enabled.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDrawFlag is deprecated. Use the DoubleSided property instead.")]
public void SetDrawFlag(
	SpriteBase3DDrawFlags flag,
	bool enabled
)

Parameters

flag
Type: GodotSpriteBase3DDrawFlags

[Missing <param name="flag"/> documentation for "M:Godot.SpriteBase3D.SetDrawFlag(Godot.SpriteBase3D.DrawFlags,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.SpriteBase3D.SetDrawFlag(Godot.SpriteBase3D.DrawFlags,System.Boolean)"]

See Also