Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasisTranscodeConfiguration

Configuration options for the Basis transcoder

Hierarchy

  • BasisTranscodeConfiguration

Index

Properties

Optional loadMipmapLevelsSearch playground for loadMipmapLevels

loadMipmapLevels: boolean

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

Optional loadSingleImageSearch playground for loadSingleImage

loadSingleImage: number

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

Optional supportedCompressionFormatsSearch playground for supportedCompressionFormats

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

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

Type declaration

  • 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
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method