Click or drag to resize

SpriteBase3DGetDrawFlag Method

Note: This API is now obsolete.

Returns the value of the specified flag.

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

Parameters

flag
Type: GodotSpriteBase3DDrawFlags

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.SpriteBase3D.GetDrawFlag(Godot.SpriteBase3D.DrawFlags)"]

See Also