Skip to content

libs.Process

libs.Process

Fields

NameType
renderingBool
uniqIdI32
ftimeF64
pausedBool
destroyedBool
speedModF64
parentlibs.Process
tmodF64
nameString
childrenhl.types.ArrayObj
delayerlibs.Delayer
cdlibs.Cooldown
twlibs.misc.Tweenie
rooth2d.Layers
onUpdateCbFun
onDisposeCbFun
staticCUSTOM_STAGE_WIDTHI32
staticCUSTOM_STAGE_HEIGHTI32
staticUNIQ_IDI32
staticROOTShl.types.ArrayObj
staticupdateAllFun
staticresizeAllFun
static_resizeFun
static_updateFun
static_postUpdateFun
static_checkDestroyedsFun
static_disposeFun

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