Class AddressableAssetGroupSortSettingsEditor
The editor for the Addressable Asset Group settings object that deals with Group sorting in the Groups window
Inherited Members
      Editor.MoveNextTarget()
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      Object.FindObjectsByType<T>(FindObjectsSortMode)
    
    
    
      Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    
    
    
    
      Object.FindFirstObjectByType<T>()
    
    
      Object.FindAnyObjectByType<T>()
    
    
      Object.FindFirstObjectByType<T>(FindObjectsInactive)
    
    
      Object.FindAnyObjectByType<T>(FindObjectsInactive)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
Assembly: Unity.Addressables.Editor.dll
Syntax
[CustomEditor(typeof(AddressableAssetGroupSortSettings))]
public class AddressableAssetGroupSortSettingsEditor : Editor
  Methods
| Name | Description | 
|---|---|
| OnInspectorGUI() | Used to make a custom inspector for the AddressableAssetGroupSortSettings  |