get_transform_for_child


Description:

public abstract bool get_transform_for_child (CanvasItem child, out Matrix transform)

Gets the transformation matrix of an item combined with any special transform needed for the given child.

These special transforms are used by layout items such as CanvasTable.

Parameters:

this

an item.

child

a child of this.

transform

the place to store the transform.

Returns:

true if a transform is set.