Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
andDraw
Parent is used for clipping child, but parent is also drawn underneath child as normal before clipping child to its visible area.
CanvasItem.swift:99case andDraw
Other cases
case disabled
Child draws over parent and is not clipped.
case only
Parent is used for the purposes of clipping only. Child is clipped to the parent’s visible area, parent is not drawn.
case max
Represents the size of the
ClipChildrenMode
enum.