com.onlineobject.objectnet Namespace

NetworkChildsReference..::..Collect Method

Collects child GameObjects and their respective delay times for later processing.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void Collect(

	List<Tuple<GameObject, float>> delayed

)

Parameters

delayed
Type: List<(Of <(<'Tuple<(Of <(<'GameObject, Single>)>)>>)>)>
A list of Tuples containing GameObjects and their delay times.