set_orientation


Description:

public void set_orientation (Orientation orientation)

Sets the orientation of the this.

GridLayout uses the orientation as a hint when adding children to the Actor using it as a layout manager via add_child; changing this value will not have any effect on children that are already part of the layout.

Parameters:

this

a GridLayout

orientation

the orientation of the GridLayout