NetworkScriptsReference..::..Collect Method
   Collects and categorizes scripts attached to the GameObject for network management.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
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. 

