Class GroupTreeViewItem | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class GroupTreeViewItem

    Inheritance
    Object
    GroupTreeViewItem
    Namespace: UnityEngine.AssetGraph
    Syntax
    public class GroupTreeViewItem : TreeViewItem

    Constructors

    GroupTreeViewItem()

    Declaration
    public GroupTreeViewItem()

    GroupTreeViewItem(String, List<AssetReference>)

    Declaration
    public GroupTreeViewItem(string name, List<AssetReference> assets)
    Parameters
    Type Name Description
    String name
    List<AssetReference> assets

    Properties

    assets

    Declaration
    public List<AssetReference> assets { get; }
    Property Value
    Type Description
    List<AssetReference>

    fileSize

    Declaration
    public long fileSize { get; }
    Property Value
    Type Description
    Int64

    items

    Declaration
    public int items { get; }
    Property Value
    Type Description
    Int32

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    String

    runtimeMemorySize

    Declaration
    public long runtimeMemorySize { get; }
    Property Value
    Type Description
    Int64

    Methods

    Reload()

    Declaration
    public void Reload()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023