Class AppUIManagerBehaviour
A MonoBehaviour which is responsible for updating the AppUI system every frame.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
[DisallowMultipleComponent]
public class AppUIManagerBehaviour : MonoBehaviour
Remarks
A single instance of this class should be present.
Methods
Create()
Creates the AppUIManagerBehaviour instance.
Declaration
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)]
public static void Create()