Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    BundleOdbBackend.ObjectInfo Struct

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

    [DataContract]
    [DataSerializer(typeof(BundleOdbBackend.ObjectInfo.Serializer))]
    public struct ObjectInfo
    Name Description
    Fields
    EndOffset
    IncrementalBundleIndex
    IsCompressed
    SizeNotCompressed
    StartOffset
    | Improve this Doc View Source

    Fields


    EndOffset

    public long EndOffset
    Field Value
    Type Description
    System.Int64

    IncrementalBundleIndex

    public int IncrementalBundleIndex
    Field Value
    Type Description
    System.Int32

    IsCompressed

    public bool IsCompressed
    Field Value
    Type Description
    System.Boolean

    SizeNotCompressed

    public long SizeNotCompressed
    Field Value
    Type Description
    System.Int64

    StartOffset

    public long StartOffset
    Field Value
    Type Description
    System.Int64

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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