BundleTexture

Added in 4.2.0

interface BundleTexture


DSL object for configuring the App Bundle Texture options

This is accessed via Bundle.texture

Summary

Public properties

String?

Specifies the default texture format to be used when it's not possible to deliver a format targeted to the device.

Boolean?

Public properties

defaultFormat

Added in 4.2.0
var defaultFormatString?

Specifies the default texture format to be used when it's not possible to deliver a format targeted to the device. This is for example the case for standalone APKs, generated for pre-Lollipop devices.

If left empty or unspecified, the fallback folders (folders not containing a #tcf suffix) will be delivered to pre-Lollipop devices.

If the default format is set and not empty (for example, it's set to "etc2"), and a pre-Lollipop device does not support this format, then the app will be considered as not compatible and won't be installable.

since 4.1.0

enableSplit

Added in 4.2.0
var enableSplitBoolean?