Class BuildLayout.DataFromOtherAsset
Data store for implicit Asset references
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build.Layout
어셈블리: solution.dll
구문
[Serializable]
public class BuildLayout.DataFromOtherAsset
필드
| 이름 | 설명 |
|---|---|
| AssetGuid | The Guid of the Asset |
| AssetPath | The Asset path on disk |
| File | The file that the Asset was added to |
| MainAssetType | AssetType of the main Object for the Asset |
| ObjectCount | The number of Objects in the data |
| Objects | Objects that consist of the overall asset |
| ReferencingAssets | A list of Assets that reference this data |
| SerializedSize | The size of the data on disk |
| StreamedSize | The size of the streamed data |
프로퍼티
| 이름 | 설명 |
|---|---|
| IsScene | True if is a scene asset, else false |