Method RefreshAnalysis
RefreshAnalysis(AddressableAssetSettings)
This method runs the actual analysis for the rule.
선언
public virtual List<AnalyzeRule.AnalyzeResult> RefreshAnalysis(AddressableAssetSettings settings)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AddressableAssetSettings | settings | The settings object to analyze |
반환
| 타입 | 설명 |
|---|---|
| List<AnalyzeRule.AnalyzeResult> | A list of resulting information (warnings, errors, or info) |