com.onlineobject.objectnet Namespace

NetworkInternalExecutor..::..Register Method

Registers a GameObject with a network behavior to this executor.

Namespace:  com.onlineobject.objectnet
Assembly:  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.