com.onlineobject.objectnet Namespace

GameObjectList..::..RegisterObject Method

Registers a GameObject by adding it to the list if it's not already present.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void RegisterObject(

	GameObject target

)

Parameters

target
Type: GameObject
The GameObject to register.