Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration options for the Basis transcoder

Hierarchy

  • BasisTranscodeConfiguration

Index

Constructors

Properties

loadMipmapLevels?: boolean

If mipmap levels should be loaded for transcoded images (Default: true)

loadSingleImage?: number

Index of a single image to load (Default: all images)

supportedCompressionFormats?: { astc?: boolean; bc7?: boolean; etc1?: boolean; etc2?: boolean; pvrtc?: boolean; s3tc?: boolean }

Supported compression formats used to determine the supported output format of the transcoder

Type declaration

  • Optional astc?: boolean

    astc compression format

  • Optional bc7?: boolean

    bc7 compression format

  • Optional etc1?: boolean

    etc1 compression format

  • Optional etc2?: boolean

    etc2 compression format

  • Optional pvrtc?: boolean

    pvrtc compression format

  • Optional s3tc?: boolean

    s3tc compression format

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme