Click or drag to resize

CSGPrimitiveSetInvertFaces Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CSGPrimitive.SetInvertFaces(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetInvertFaces is deprecated. Use the InvertFaces property instead.")]
public void SetInvertFaces(
	bool invertFaces
)

Parameters

invertFaces
Type: SystemBoolean

[Missing <param name="invertFaces"/> documentation for "M:Godot.CSGPrimitive.SetInvertFaces(System.Boolean)"]

See Also