NetworkInternalExecutor..::..Register Method
Registers a GameObject with a network behavior to this executor.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public static void Register( GameObject target, INetworkBehaviorInternal behavior )
Parameters
- target
- Type: GameObject
The GameObject to which the network behavior is attached.
- behavior
- Type: com.onlineobject.objectnet..::..INetworkBehaviorInternal
The network behavior to be registered with the executor.

