ComponentCount | |
Count | |
GameObjectCount |
FindByGuid | Find a GameObject in the scene by Guid. This should be really really fast. |
FindByName | Find objects with this name. Not performant. |
FindComponentByGuid | Find a Component in the scene by Guid. This should be really really fast. |
GetAll |