com.onlineobject.objectnet Namespace

NetworkContainerBase..::..GetElement Method (GameObject)

Retrieves the network element associated with the given GameObject.

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

Syntax


public INetworkElement GetElement(

	GameObject element

)

Parameters

element
Type: GameObject
The GameObject to find the network element for.

Return Value

The associated network element if found, otherwise null.