com.onlineobject.objectnet Namespace

NetworkScriptsReference Methods

The NetworkScriptsReference type exposes the following members.

Methods


  Name Description
Public method Collect
Collects and categorizes scripts attached to the GameObject for network management.
Public method CollectAll
Collects all MonoBehaviour scripts attached to the GameObject.
Public method DisableComponents
Disables all player scripts that are not set to be delayed.
Public method DisableInputComponents
Disables all input-related player scripts that are not set to be delayed.
Public method EnableComponents
Enables all player scripts that were previously enabled.
Public method EnableInputComponents
Enables all input-related player scripts that were previously enabled.
Public method GetPlayer
Gets the player interface reference.
Public method Static member IgnoreType(Type)
Adds a script type to the global ignore list.
Public method Static member IgnoreType(MonoBehaviour)
Adds a MonoBehaviour's type to the global ignore list.
Public method InitalizeNetworkVariables
Initializes network variables for synchronization.
Public method Static member IsIgnoreType(Type)
Checks if a script type is in the global ignore list.
Public method Static member IsIgnoreType(MonoBehaviour)
Checks if a MonoBehaviour's type is in the global ignore list.
Public method RegisterIgnored
Registers a script type to be ignored by this instance.
Public method SetPlayer
Sets the player interface reference.