Enum CanvasItem.ClipChildrenMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum CanvasItem.ClipChildrenMode : long
Fields
AndDraw = 2
Parent is used for clipping child, but parent is also drawn underneath child as normal before clipping child to its visible area.
Disabled = 0
Child draws over parent and is not clipped.
Max = 3
Represents the size of the CanvasItem.ClipChildrenMode enum.
Only = 1
Parent is used for the purposes of clipping only. Child is clipped to the parent's visible area, parent is not drawn.