Click or drag to resize

SceneServiceFindAllT Method

Finds all the components in all the currently loaded scenes

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static List<T> FindAll<T>(
	bool includeInactive
)
where T : UnityEngine.MonoBehaviour

Parameters

includeInactive
Type: SystemBoolean

Type Parameters

T

Return Value

Type: ListT
See Also