ManifestFormat
Enumerates supported asset manifest formats. These are all powered by Protocol Buffers' encoding tools. For maximum
performance, use the binary format.
Content copied to clipboard
elide.assets.ManifestFormat
Properties
Link copied to clipboard
Specifies a binary-encoded asset manifest.
Content copied to clipboard
BINARY = 1;
Link copied to clipboard
Specifies a JSON-encoded asset manifest.
Content copied to clipboard
JSON = 2;
Link copied to clipboard
The manifest format was unspecified or unrecognized; this value should not be used by regular code.
Content copied to clipboard
MANIFEST_FORMAT_UNSPECIFIED = 0;
Link copied to clipboard
Specifies a text-encoded asset manifest.
Content copied to clipboard
TEXT = 3;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.