Click or drag to resize

GeometryInstanceGetFlag Method

Note: This API is now obsolete.

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

Parameters

flag
Type: GodotGeometryInstanceFlags

[Missing <param name="flag"/> documentation for "M:Godot.GeometryInstance.GetFlag(Godot.GeometryInstance.Flags)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.GeometryInstance.GetFlag(Godot.GeometryInstance.Flags)"]

See Also