docs.unity.cn
    Show / Hide Table of Contents

    Class ExtendedAssetData

    The extended data about an asset.

    Inheritance
    Object
    ExtendedAssetData
    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    [Serializable]
    public class ExtendedAssetData

    Constructors

    ExtendedAssetData()

    Default constructor, initializes properties to defaults

    Declaration
    public ExtendedAssetData()

    Properties

    Representations

    List of object identifiers that are classified as asset representations (sub assets).

    Declaration
    public List<ObjectIdentifier> Representations { get; set; }
    Property Value
    Type Description
    List<ObjectIdentifier>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 23, 2022
    Terms of use