Class AnalyzeResultData
Represents the data acquired after analyzing Addressable assets.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build.AnalyzeRules
어셈블리: solution.dll
구문
[Obsolete("This has been made obsolete and is no longer functional. Analyze result data is handled internally.")]
public class AnalyzeResultData : ScriptableObject, ISerializationCallbackReceiver
메서드
이름 | 설명 |
---|---|
OnAfterDeserialize() | Retrieves serialized data after a domain reload. |
OnBeforeSerialize() | Converts our data to a serialized structure before a domain reload. |