GameSaveContainerInfo.TotalSize 属性

定义

游戏保存容器及其 blob 的总大小(以字节为单位)。

public:
 property unsigned long long TotalSize { unsigned long long get(); };
uint64_t TotalSize();
public ulong TotalSize { get; }
var uInt64 = gameSaveContainerInfo.totalSize;
Public ReadOnly Property TotalSize As ULong

属性值

UInt64

unsigned long long

uint64_t

类型: 数字 [JavaScript] | System.UInt64 [.NET] | uint64 [C++]

游戏保存容器及其 blob 的总大小(以字节为单位)。

适用于

另请参阅