Class AnalyzeSystem
Static system to manage Analyze functionality.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public static class AnalyzeSystem
Methods
Name | Description |
---|---|
DeserializeData(string) | Load and deserialize analysis data from json file and reload |
RegisterNewRule<TRule>() | Method used to register any custom AnalyzeRules with the AnalyzeSystem. This replaces calling into the AnalyzeWindow directly to remove logic from the GUI. The recommended pattern is to create your rules like so:
|
SerializeData(string) | Serialize the analysis data to json and save to disk |