Class: RichWorldThreadState
Contexts/RichWorld/Threads/RichWorldThreadState.RichWorldThreadState
Hierarchy
-
ThreadState<RichWorldThreads>↳
RichWorldThreadState
Constructors
constructor
• new RichWorldThreadState(threads): RichWorldThreadState
Parameters
| Name | Type |
|---|---|
threads | RichWorldThreads |
Returns
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