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