Scene Search

🔍 SceneSearch Class

A static utility class for finding objects in the scene.

Namespace: Esper.Inventool

Access: public static

Type: class


🧰 Methods

Access
Method
Returns
Description

public static

FindFirstInScene<T>()

T

Finds the first object of a given type in the scene. Returns the object or null if one of the type was not found in the scene.

Last updated