BundleTexture

public interface BundleTexture


Summary

Public methods

abstract String

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

abstract Boolean
abstract void

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

abstract void

Public methods

getDefaultFormat

@Incubating
abstract String getDefaultFormat()

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

getEnableSplit

@Incubating
abstract Boolean getEnableSplit()

setDefaultFormat

@Incubating
abstract void setDefaultFormat(String defaultFormat)

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

setEnableSplit

@Incubating
abstract void setEnableSplit(Boolean enableSplit)