com.onlineobject.objectnet Namespace

NetworkScriptsReference..::..Collect Method

Collects and categorizes scripts attached to the GameObject for network management.

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

Syntax


public void Collect(

	List<MonoBehaviour> ignore,

	List<Tuple<MonoBehaviour, float>> delayed,

	List<MonoBehaviour> ignoredOnRemoteInput

)

Parameters

ignore
Type: List<(Of <(<'MonoBehaviour>)>)>
List of scripts to ignore.
delayed
Type: List<(Of <(<'Tuple<(Of <(<'MonoBehaviour, Single>)>)>>)>)>
List of scripts to delay with their respective delay times.
ignoredOnRemoteInput
Type: List<(Of <(<'MonoBehaviour>)>)>
List of scripts to ignore when remote input is considered.