com.onlineobject.objectnet Namespace

NetworkObjectExtension Methods

The NetworkObjectExtension type exposes the following members.

Methods


  Name Description
Public method Static member InjectNetwork
Injects a network component into the GameObject if it does not already have one.
Public method Static member IsNetworkComponent
Checks if the GameObject has a network component attached.
Public method Static member IsSamePrefab(GameObject, GameObject)
Checks if the GameObject is the same prefab as another GameObject by comparing their network components.
Public method Static member IsSamePrefab(GameObject, String)
Checks if the GameObject is the same prefab as specified by a prefab signature.
Public method Static member ReleaseNetwork
Removes the network component from the GameObject if it exists.