|
| static int | GetAssetBundleSizeLimit (ContentType contentType, bool mobilePlatform, bool compressed=true) |
| |
| static string | GetAssetBundleOverSizeLimitMessage (ContentType contentType, bool mobilePlatform, bool compressed=true) |
| |
| static string | GetAssetBundleOverSizeLimitMessage (ContentType contentType, int contentSize, bool mobilePlatform, bool compressed=true) |
| |
| static string | GetAssetBundleOverSizeLimitMessageSDKWarning (ContentType contentType, int contentSize, bool mobilePlatform, bool compressed=true) |
| |
| static string | FormatFileSize (long filesize, bool includeUnitPostfix=true, int precision=-1, string requiredUnit=null) |
| |
Definition at line 586 of file VRCSDKBase.cs.
◆ FormatFileSize()
| static string VRC.ValidationHelpers.FormatFileSize |
( |
long |
filesize, |
|
|
bool |
includeUnitPostfix = true, |
|
|
int |
precision = -1, |
|
|
string |
requiredUnit = null |
|
) |
| |
|
static |
◆ GetAssetBundleOverSizeLimitMessage() [1/2]
| static string VRC.ValidationHelpers.GetAssetBundleOverSizeLimitMessage |
( |
ContentType |
contentType, |
|
|
bool |
mobilePlatform, |
|
|
bool |
compressed = true |
|
) |
| |
|
static |
◆ GetAssetBundleOverSizeLimitMessage() [2/2]
| static string VRC.ValidationHelpers.GetAssetBundleOverSizeLimitMessage |
( |
ContentType |
contentType, |
|
|
int |
contentSize, |
|
|
bool |
mobilePlatform, |
|
|
bool |
compressed = true |
|
) |
| |
|
static |
◆ GetAssetBundleOverSizeLimitMessageSDKWarning()
| static string VRC.ValidationHelpers.GetAssetBundleOverSizeLimitMessageSDKWarning |
( |
ContentType |
contentType, |
|
|
int |
contentSize, |
|
|
bool |
mobilePlatform, |
|
|
bool |
compressed = true |
|
) |
| |
|
static |
◆ GetAssetBundleSizeLimit()
| static int VRC.ValidationHelpers.GetAssetBundleSizeLimit |
( |
ContentType |
contentType, |
|
|
bool |
mobilePlatform, |
|
|
bool |
compressed = true |
|
) |
| |
|
static |
◆ BYTES_TO_MB
| const int VRC.ValidationHelpers.BYTES_TO_MB = 1048576 |
|
staticprivate |
◆ CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_MOBILE
| const int VRC.ValidationHelpers.CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_MOBILE = 10485760 |
|
staticprivate |
◆ CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_PC
| const int VRC.ValidationHelpers.CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_PC = 209715200 |
|
staticprivate |
◆ CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE
| const int VRC.ValidationHelpers.CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE = 41943040 |
|
staticprivate |
◆ CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC
| const int VRC.ValidationHelpers.CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC = 524288000 |
|
staticprivate |
◆ CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_MOBILE
| const int VRC.ValidationHelpers.CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_MOBILE = 104857600 |
|
staticprivate |
◆ CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_PC
| const int VRC.ValidationHelpers.CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_PC = -1 |
|
staticprivate |
◆ CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE
| const int VRC.ValidationHelpers.CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE = -1 |
|
staticprivate |
◆ CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC
| const int VRC.ValidationHelpers.CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC = -1 |
|
staticprivate |
The documentation for this class was generated from the following file: