Skip to main content

Class: RichWorldThreadState

Contexts/RichWorld/Threads/RichWorldThreadState.RichWorldThreadState

Hierarchy

Constructors

constructor

new RichWorldThreadState(threads): RichWorldThreadState

Parameters

NameType
threadsRichWorldThreads

Returns

RichWorldThreadState

Overrides

ThreadState<RichWorldThreads>.constructor

Defined in

divinevoxel/foundation/src/Contexts/RichWorld/Threads/RichWorldThreadState.ts:6

Properties

_settingsSynced

_settingsSynced: boolean = false

Defined in

divinevoxel/foundation/src/Contexts/RichWorld/Threads/RichWorldThreadState.ts:4


settingsSynced

settingsSynced: boolean

Inherited from

ThreadState.settingsSynced

Defined in

divinevoxel/core/dist/Interfaces/Classes/ThreadState.d.ts:4


threads

threads: RichWorldThreads

Inherited from

ThreadState.threads

Defined in

divinevoxel/core/dist/Interfaces/Classes/ThreadState.d.ts:3

Methods

isReady

isReady(): boolean

Returns

boolean

Overrides

ThreadState.isReady

Defined in

divinevoxel/foundation/src/Contexts/RichWorld/Threads/RichWorldThreadState.ts:10