Skip to content libs.Process
Fields
| Name | Type |
|---|
| rendering | Bool |
| uniqId | I32 |
| ftime | F64 |
| paused | Bool |
| destroyed | Bool |
| speedMod | F64 |
| parent | libs.Process |
| tmod | F64 |
| name | String |
| children | hl.types.ArrayObj |
| delayer | libs.Delayer |
| cd | libs.Cooldown |
| tw | libs.misc.Tweenie |
| root | h2d.Layers |
| onUpdateCb | Fun |
| onDisposeCb | Fun |
| static | CUSTOM_STAGE_WIDTH | I32 |
| static | CUSTOM_STAGE_HEIGHT | I32 |
| static | UNIQ_ID | I32 |
| static | ROOTS | hl.types.ArrayObj |
| static | updateAll | Fun |
| static | resizeAll | Fun |
| static | _resize | Fun |
| static | _update | Fun |
| static | _postUpdate | Fun |
| static | _checkDestroyeds | Fun |
| static | _dispose | Fun |
Protos
f@597 init(libs.Process) → Void
f@598 createRoot(libs.Process, h2d.Object) → Void
f@599 createRootInLayers(libs.Process, h2d.Layers, I32) → Void
f@600 update(libs.Process) → Void
f@601 postUpdate(libs.Process) → Void
f@602 onResize(libs.Process) → Void
f@603 onDispose(libs.Process) → Void
f@606 toString(libs.Process) → String
f@607 secToFrames(libs.Process, F64) → F64
f@608 framesToSec(libs.Process, F64) → F64
f@609 getDefaultFrameRate(libs.Process) → F64
f@610 pause(libs.Process) → Void
f@611 resume(libs.Process) → Void
f@612 destroy(libs.Process) → Void
f@613 addChild(libs.Process, libs.Process) → Void
f@614 createChildProcess(libs.Process, Fun, Fun, Null) → libs.Process
f@615 disposeImmediately(libs.Process) → Void
f@616 __string(libs.Process) → Bytes
Bindings
f@605 onDisposeCb(libs.Process) → Void
f@604 onUpdateCb(libs.Process) → Void
- static
f@624 __constructor__(libs.Process, libs.Process) → Void
- static
f@623 _dispose(libs.Process) → Void
- static
f@622 _checkDestroyeds(hl.types.ArrayObj) → Void
- static
f@621 _postUpdate(libs.Process) → Void
- static
f@620 _update(libs.Process, F64, Null) → Void
- static
f@619 _resize(libs.Process) → Void
- static
f@618 resizeAll() → Void
- static
f@617 updateAll(F64, Null) → Void