Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITexture

Loader interface with additional members.

Hierarchy

Index

Properties

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

indexSearch playground for index

index: number

The index of this item in the array.

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional samplerSearch playground for sampler

sampler: number

The index of the sampler used by this texture. When undefined, a sampler with repeat wrapping and auto filtering should be used

sourceSearch playground for source

source: number

The index of the image used by this texture

Legend

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