SYMBOL INDEX (145 symbols across 11 files) FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditTreeElement.cs class AssetAuditTreeElement (line 5) | [Serializable] type AssetType (line 12) | internal enum AssetType method AssetAuditTreeElement (line 20) | public AssetAuditTreeElement (string name,string _projectPath, int dep... FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditTreeView.cs class AssetAuditTreeView (line 11) | public class AssetAuditTreeView : TreeViewWithTreeModel r... method AssetAuditTreeView (line 57) | public AssetAuditTreeView(TreeViewState state, MultiColumnHeader multi... method BuildRows (line 74) | protected override IList BuildRows(TreeViewItem root) method RowGUI (line 81) | protected override void RowGUI(RowGUIArgs args) method CellGUI (line 91) | void CellGUI(Rect cellRect, TreeViewItem item, ... method CanMultiSelect (line 168) | protected override bool CanMultiSelect(TreeViewItem item) method CreateDefaultMultiColumnHeaderState (line 173) | public static MultiColumnHeaderState CreateDefaultMultiColumnHeaderSta... FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditor.cs class AssetAuditor (line 18) | public class AssetAuditor type WildCardMatchType (line 26) | public enum WildCardMatchType type AssetType (line 32) | public enum AssetType type AssetRule (line 41) | [Serializable] method AssetAuditor (line 54) | static AssetAuditor() method TickEnumerator (line 61) | private static void TickEnumerator() method GetProgress (line 86) | public static float GetProgress() method AddEnumerator (line 92) | public static void AddEnumerator(IEnumerable enumerator) method ClearQueue (line 104) | public static void ClearQueue() method TypeFromAssetType (line 113) | public static Type TypeFromAssetType(AssetType assetType) method GetAffectedAssets (line 131) | public static string[] GetAffectedAssets() method UpdateAffectedAssets (line 137) | public static void UpdateAffectedAssets(AssetRule assetRule) method DoRegexNameSearch (line 157) | private static IEnumerable DoRegexNameSearch(List found... method DoNameContainsSearch (line 194) | public static IEnumerable DoNameContainsSearch(List fou... method GatherAssetRules (line 225) | public static IEnumerable GatherAssetRules(List _ass... method GatherData (line 252) | public static IEnumerable GatherData(AssetRule assetRule , List... method CheckAffectedAsset (line 313) | private static bool CheckAffectedAsset(string affectedAsset, AssetRule... method CompareSerializedProperty (line 389) | public static bool CompareSerializedProperty(SerializedProperty foundA... method CompareSerializedObject (line 487) | public static bool CompareSerializedObject(SerializedObject rule, Seri... method FixAll (line 509) | public static IEnumerable FixAll(AssetAuditTreeView treeView , ... method FixRule (line 527) | public static void FixRule(AssetAuditTreeElement data , AssetRule asse... method CopySelectiveProperties (line 603) | private static void CopySelectiveProperties(SerializedObject affectedA... method HaveEqualProperties (line 620) | public static bool HaveEqualProperties(T rhs, T lhs) method GetPropertyNameFromDisplayName (line 640) | public static string GetPropertyNameFromDisplayName(SerializedObject s... method GetPropertyNames (line 656) | public static string[] GetPropertyNames(SerializedObject so) method CreateProxyAudio (line 672) | public static void CreateProxyAudio(AssetRule newRule , ref string cur... method CreateProxyModel (line 687) | public static void CreateProxyModel(AssetRule newRule, ref string curr... method CreateProxyTexture (line 702) | public static void CreateProxyTexture(AssetRule newRule, ref string cu... method WriteUserData (line 718) | public static void WriteUserData(string path, AssetRule assetRule, ref... method WriteUserData (line 733) | public static void WriteUserData(string path , AssetRule assetRule) method RuleExists (line 746) | public static bool RuleExists(AssetRule assetRule) FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditorNewRuleWindow.cs class AssetAuditorNewRuleWindow (line 13) | public class AssetAuditorNewRuleWindow : EditorWindow method ShowWindow (line 26) | [MenuItem("Asset Auditing/New Audit Rule")] method AffectedAssetSearchComplete (line 51) | private static void AffectedAssetSearchComplete() method OnGUI (line 59) | void OnGUI() method UpdateSelectedAsset (line 67) | private static void UpdateSelectedAsset() method UpdateExistingRules (line 76) | private static void UpdateExistingRules() method DoNewRuleGUI (line 110) | private static void DoNewRuleGUI() method GetSerializedObject (line 239) | private static SerializedObject GetSerializedObject(AssetAuditor.Asset... method SelectedFromList (line 261) | private static int SelectedFromList(string[] propertyNames , string cu... method RemoveLastSelectiveRule (line 273) | private static void RemoveLastSelectiveRule() method AddNewSelectiveRule (line 278) | private static void AddNewSelectiveRule() FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditorPreferences.cs class AssetAuditorPreferences (line 9) | public class AssetAuditorPreferences method AssetAuditorPreferences (line 27) | static AssetAuditorPreferences() method createProxyAssetsDirectory (line 59) | private static void createProxyAssetsDirectory() method PreferencesGUI (line 67) | [PreferenceItem( "Asset Auditor" )] FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditorUtilities.cs class AssetAuditorUtilities (line 10) | public class AssetAuditorUtilities class CreatePath (line 12) | public class CreatePath : IEnumerable method CreatePath (line 16) | public CreatePath( string path ) method CreatePath (line 22) | public CreatePath( string[] folderList ) method GetEnumerator (line 31) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 36) | public CreatePathEnumerator GetEnumerator() method Create (line 41) | public static string Create( string path ) class CreatePathEnumerator (line 53) | public class CreatePathEnumerator : IEnumerator method CreatePathEnumerator (line 61) | public CreatePathEnumerator( string[] folderList ) method CreatePathEnumerator (line 67) | public CreatePathEnumerator( string path ) method MoveNext (line 74) | public bool MoveNext() method Reset (line 93) | public void Reset() FILE: Assets/Editor/AssetAuditor/Scripts/AssetAuditorWindow.cs class AssetAuditorWindow (line 17) | class AssetAuditorWindow : EditorWindow type State (line 41) | private enum State method GetWindow (line 54) | [MenuItem("Asset Auditing/Auditor View")] method FixRule (line 124) | private void FixRule(AssetAuditTreeElement assetAuditTreeElement) method GatherAssetRules (line 134) | void GatherAssetRules() method OnGatherAssetRulesComplete (line 147) | private void OnGatherAssetRulesComplete() method GatherData (line 163) | void GatherData() method OnGatherDataComplete (line 174) | private void OnGatherDataComplete() method OnSelectionChange (line 192) | void OnSelectionChange() method OnFocus (line 200) | private void OnFocus() method OnGUI (line 211) | void OnGUI() method DoNoAssetRuleGUI (line 267) | private void DoNoAssetRuleGUI() method DoProgressBar (line 278) | private void DoProgressBar(Rect rect) method DoRuleSelectionGUI (line 284) | private void DoRuleSelectionGUI() method SearchBar (line 363) | void SearchBar(Rect rect) method DoTreeView (line 369) | void DoTreeView(Rect rect) method BottomToolBar (line 375) | void BottomToolBar(Rect rect) class SearchField (line 396) | internal static class SearchField class Styles (line 398) | static class Styles method OnGUI (line 405) | public static string OnGUI(Rect position, string text) FILE: Assets/Editor/AssetAuditor/Scripts/TreeElement.cs class TreeElement (line 9) | [Serializable] method TreeElement (line 52) | public TreeElement () method TreeElement (line 56) | public TreeElement (string name, int depth, int id) FILE: Assets/Editor/AssetAuditor/Scripts/TreeElementUtility.cs class TreeElementUtility (line 14) | public static class TreeElementUtility method TreeToList (line 16) | public static void TreeToList(T root, IList result) where T : Tr... method ListToTree (line 43) | public static T ListToTree(IList list) where T : TreeElement method ValidateDepthValues (line 102) | public static void ValidateDepthValues(IList list) where T : Tre... method UpdateDepthValues (line 128) | public static void UpdateDepthValues(T root) where T : TreeElement method IsChildOf (line 153) | static bool IsChildOf(T child, IList elements) where T : TreeEle... method FindCommonAncestorsWithinList (line 164) | public static IList FindCommonAncestorsWithinList(IList eleme... class TreeElementUtilityTests (line 177) | class TreeElementUtilityTests class TestElement (line 179) | class TestElement : TreeElement method TestElement (line 181) | public TestElement (string name, int depth) method TestTreeToListWorks (line 189) | [Test] method TestListToTreeWorks (line 220) | [Test] method TestListToTreeThrowsExceptionIfRootIsInvalidDepth (line 242) | [Test] method FindCommonAncestorsWithinListWorks (line 268) | [Test] FILE: Assets/Editor/AssetAuditor/Scripts/TreeModel.cs class TreeModel (line 17) | public class TreeModel where T : TreeElement method TreeModel (line 30) | public TreeModel (IList data) method Find (line 35) | public T Find (int id) method SetData (line 40) | public void SetData (IList data) method Init (line 45) | void Init (IList data) method GenerateUniqueID (line 57) | public int GenerateUniqueID () method GetAncestors (line 62) | public IList GetAncestors (int id) method GetDescendantsThatHaveChildren (line 77) | public IList GetDescendantsThatHaveChildren (int id) method GetParentsBelowStackBased (line 87) | IList GetParentsBelowStackBased(TreeElement searchFromThis) method RemoveElements (line 109) | public void RemoveElements (IList elementIDs) method RemoveElements (line 115) | public void RemoveElements (IList elements) method AddElements (line 134) | public void AddElements (IList elements, TreeElement parent, int in... method AddRoot (line 159) | public void AddRoot (T root) method AddElement (line 175) | public void AddElement (T element, TreeElement parent, int insertPosit... method MoveElements (line 194) | public void MoveElements(TreeElement parentElement, int insertionIndex... method Changed (line 226) | void Changed () class TreeModelTests (line 235) | class TreeModelTests method TestTreeModelCanAddElements (line 237) | [Test] method TestTreeModelCanRemoveElements (line 260) | [Test] FILE: Assets/Editor/AssetAuditor/Scripts/TreeViewWithTreeModel.cs class TreeViewItem (line 12) | internal class TreeViewItem : TreeViewItem where T : TreeElement method TreeViewItem (line 16) | public TreeViewItem (int id, int depth, string displayName, T data) : ... class TreeViewWithTreeModel (line 22) | public class TreeViewWithTreeModel : TreeView where T : TreeElement method TreeViewWithTreeModel (line 32) | public TreeViewWithTreeModel (TreeViewState state, TreeModel model)... method TreeViewWithTreeModel (line 37) | public TreeViewWithTreeModel (TreeViewState state, MultiColumnHeader m... method Init (line 43) | void Init (TreeModel model) method ModelChanged (line 49) | void ModelChanged () method BuildRoot (line 57) | protected override TreeViewItem BuildRoot() method BuildRows (line 63) | protected override IList BuildRows (TreeViewItem root) method AddChildrenRecursive (line 88) | void AddChildrenRecursive (T parent, int depth, IList ne... method Search (line 109) | void Search(T searchFromThis, string search, List result) method SortSearchResult (line 139) | protected virtual void SortSearchResult (List rows) method GetAncestors (line 144) | protected override IList GetAncestors (int id) method GetDescendantsThatHaveChildren (line 149) | protected override IList GetDescendantsThatHaveChildren (int id) method CanStartDrag (line 160) | protected override bool CanStartDrag (CanStartDragArgs args) method SetupDragAndDrop (line 165) | protected override void SetupDragAndDrop(SetupDragAndDropArgs args) method HandleDragAndDrop (line 178) | protected override DragAndDropVisualMode HandleDragAndDrop (DragAndDro... method OnDropDraggedElementsAtIndex (line 213) | public virtual void OnDropDraggedElementsAtIndex (List d... method ValidDrag (line 228) | bool ValidDrag(TreeViewItem parent, List draggedItems)