BundleOdbBackend.ObjectInfo Struct
Namespace: Stride.Core.Storage
Assembly: Stride.Core.Serialization.dll
[DataContract]
[DataSerializer(typeof(BundleOdbBackend.ObjectInfo.Serializer))]
public struct ObjectInfo
|
Improve this Doc
View Source
Fields
EndOffset
Field Value
Type |
Description |
System.Int64 |
|
IncrementalBundleIndex
public int IncrementalBundleIndex
Field Value
Type |
Description |
System.Int32 |
|
IsCompressed
Field Value
Type |
Description |
System.Boolean |
|
SizeNotCompressed
public long SizeNotCompressed
Field Value
Type |
Description |
System.Int64 |
|
StartOffset
Field Value
Type |
Description |
System.Int64 |
|
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods