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 : MonoBehaviourRemarks
A single instance of this class should be present.