CanvasGroup


Description:

[ CCode ( has_construct_function = false , type = "GooCanvasItem*" ) ]
public CanvasGroup (CanvasItem? parent, ...)

Creates a new group item.

Parameters:

parent

the parent item, or null. If a parent is specified, it will assume ownership of the item, and the item will automatically be freed when it is removed from the parent. Otherwise call unref to free it.

...

optional pairs of property names and values, and a terminating null.

Returns:

a new group item.