list


Description:

[ Version ( since = "3.58" ) ]
public GenericArray<unowned ComponentBagItem> list ()

Lists all components stored in the this.

The items are of the ComponentBagItem type. Even only the container is needed to be freed, the items are owned by the container and can be modified in any way without influencing the this .

Parameters:

this

an ComponentBag

Returns:

a GenericArray containing all the currently stored components in the bag as ComponentBagItem objects.