ObjectUtility

Class in Arbor / Inherits from: object

Description

Utility class for Unity objects

Static Methods

Method Name Description
FindObjectOfType Call Object.FindObjectOfType.
For Unity2023.1 or later, call Object.FindFirstObjectByType.
FindObjectsOfType Call Object.FindObjectsOfType.
For Unity2023.1 or later, call Object.FindObjectsByType.