Class AnalyzeSystem
Static system to manage Analyze functionality.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
[Serializable]
public static class AnalyzeSystem
메서드
이름 | 설명 |
---|---|
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 |