GameObjectList Methods
The GameObjectList type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsObject |
Checks if the specified GameObject is contained within the list.
|
|
GetObjects |
Retrieves the list of GameObjectStatus objects.
|
|
HasChildScript |
Determines whether any GameObject in the list contains the specified MonoBehaviour script.
|
|
RegisterObject |
Registers a GameObject by adding it to the list if it's not already present.
|
|
UnRegisterObject |
Unregisters a GameObject by removing it from the list if it exists.
|