Click or drag to resize

GeometryInstanceSetFlag Method

Note: This API is now obsolete.

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

Parameters

flag
Type: GodotGeometryInstanceFlags

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

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:Godot.GeometryInstance.SetFlag(Godot.GeometryInstance.Flags,System.Boolean)"]

See Also