StreamcacheModule

class wv.Sc.StreamcacheModule()

Index

Constructors

Properties

Accessors

Methods

Constructors

wv.Sc.StreamcacheModule.constructor()
StreamcacheModule(): StreamcacheModule

Returns: StreamcacheModule

Properties

wv.Sc.StreamcacheModule.defaultBinary

static

defaultBinary: unknown
wv.Sc.StreamcacheModule.defaultEnginePath

static optional

defaultEnginePath: string

Accessors

wv.Sc.StreamcacheModule.glContext()

static

get glContext(): (None | WebGL2RenderingContext)

Returns: (None | WebGL2RenderingContext)

Methods

static wv.Sc.StreamcacheModule.createInstance()

static

createInstance(instanceArgs: StartArgs): Promise

Parameters

instanceArgs: StartArgs

Returns: Promise

static wv.Sc.StreamcacheModule.setupNewView()

static

setupNewView(facade: Facade, view_key: ViewKey, container: (string | HTMLElement)): void

Parameters

facade: Facade

view_key: ViewKey

container: (string | HTMLElement)

Returns: void