Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    BundleDescription Class

    Namespace: Stride.Core.Storage
    Assembly: Stride.Core.Serialization.dll

    Description of a bundle: header, dependencies, objects and assets.

    System.Object → BundleDescription
    Derived from BundleDescription:

    public class BundleDescription
    Name Description
    Constructors
    BundleDescription()
    Properties
    Assets
    Dependencies
    Header
    IncrementalBundles
    Objects
    | Improve this Doc View Source

    Constructors


    BundleDescription()

    public BundleDescription()
    | Improve this Doc View Source

    Properties


    Assets

    public List<KeyValuePair<string, ObjectId>> Assets { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, ObjectId>>

    Dependencies

    public List<string> Dependencies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Header

    public BundleOdbBackend.Header Header { get; set; }
    Property Value
    Type Description
    BundleOdbBackend.Header

    IncrementalBundles

    public List<ObjectId> IncrementalBundles { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ObjectId>

    Objects

    public List<KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>> Objects { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<ObjectId, BundleOdbBackend.ObjectInfo>>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation