Click or drag to resize

CSGShapeOperation Property

The operation that is performed on this shape. This is ignored for the first CSG child node as the operation is between this node and the previous child of this nodes parent.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public CSGShapeOperationEnum Operation { get; set; }

Property Value

Type: CSGShapeOperationEnum
See Also