ObjectIndex.Contains
public bool Contains(GUID id)
Check if the index contains an object with the provided ID
Returns: Returns true if an object exists
Parameter | Description |
---|---|
id | GUID of the object |
Check if the index contains an object
Returns: Returns true if the object is indexed
Parameter | Description |
---|---|
unityObject | Object to search for |