com.onlineobject.objectnet Namespace

GameObjectList..::..ContainsObject Method

Checks if the specified GameObject is contained within the list.

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

Syntax


public bool ContainsObject(

	GameObject target

)

Parameters

target
Type: GameObject
The GameObject to check for in the list.

Return Value

True if the GameObject is present; otherwise, false.