Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISampler

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 magFilterSearch playground for magFilter

magFilter: TextureMagFilter

Magnification filter. Valid values correspond to WebGL enums: 9728 (NEAREST) and 9729 (LINEAR)

Optional minFilterSearch playground for minFilter

minFilter: TextureMinFilter

Minification filter. All valid values correspond to WebGL enums

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional wrapSSearch playground for wrapS

S (U) wrapping mode. All valid values correspond to WebGL enums

Optional wrapTSearch playground for wrapT

T (V) wrapping mode. All valid values correspond to WebGL enums

Legend

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