This is the complete list of members for VRC.ValidationHelpers, including all inherited members.
BYTES_TO_MB | VRC.ValidationHelpers | privatestatic |
CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_MOBILE | VRC.ValidationHelpers | privatestatic |
CONTENT_AVATAR_ASSET_BUNDLE_SIZE_LIMIT_PC | VRC.ValidationHelpers | privatestatic |
CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE | VRC.ValidationHelpers | privatestatic |
CONTENT_AVATAR_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC | VRC.ValidationHelpers | privatestatic |
CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_MOBILE | VRC.ValidationHelpers | privatestatic |
CONTENT_WORLD_ASSET_BUNDLE_SIZE_LIMIT_PC | VRC.ValidationHelpers | privatestatic |
CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_MOBILE | VRC.ValidationHelpers | privatestatic |
CONTENT_WORLD_UNCOMPRESSED_ASSET_BUNDLE_SIZE_LIMIT_PC | VRC.ValidationHelpers | privatestatic |
FormatFileSize(long filesize, bool includeUnitPostfix=true, int precision=-1, string requiredUnit=null) | VRC.ValidationHelpers | static |
GetAssetBundleOverSizeLimitMessage(ContentType contentType, bool mobilePlatform, bool compressed=true) | VRC.ValidationHelpers | static |
GetAssetBundleOverSizeLimitMessage(ContentType contentType, int contentSize, bool mobilePlatform, bool compressed=true) | VRC.ValidationHelpers | static |
GetAssetBundleOverSizeLimitMessageSDKWarning(ContentType contentType, int contentSize, bool mobilePlatform, bool compressed=true) | VRC.ValidationHelpers | static |
GetAssetBundleSizeLimit(ContentType contentType, bool mobilePlatform, bool compressed=true) | VRC.ValidationHelpers | static |