Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHtmlElementTextureOptions

Defines the options related to the creation of an HtmlElementTexture

Hierarchy

  • IHtmlElementTextureOptions

Index

Properties

engineSearch playground for engine

Defines the engine instance to use the texture with. It is not mandatory if you define a scene.

Optional generateMipMapsSearch playground for generateMipMaps

generateMipMaps: boolean

Defines whether mip maps should be created or not.

Optional samplingModeSearch playground for samplingMode

samplingMode: number

Defines the sampling mode of the texture.

sceneSearch playground for scene

scene: Nullable<Scene>

Defines the scene the texture belongs to. It is not mandatory if you define an engine.

Legend

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