com.onlineobject.objectnet Namespace

GameObjectList Members

The GameObjectList type exposes the following members.

Methods


  Name Description
Public method ContainsObject
Checks if the specified GameObject is contained within the list.
Public method GetObjects
Retrieves the list of GameObjectStatus objects.
Public method HasChildScript
Determines whether any GameObject in the list contains the specified MonoBehaviour script.
Public method RegisterObject
Registers a GameObject by adding it to the list if it's not already present.
Public method UnRegisterObject
Unregisters a GameObject by removing it from the list if it exists.