Options
All
  • Public
  • Public/Protected
  • All
Menu

The TickSchedulingType type defines possible ways of scheduling a Mimbl tick.

Index

Enumeration members

Enumeration members

AnimationFrame

AnimationFrame = 3

An animation frame is scheduled for executing the tick

Microtask

Microtask = 2

A microtask is scheduled for executing the tick

Sync

Sync = 1

The tick is executed right away in a synchronous manner. If this scheduled type is specified for a callback, the tick is executed right after the callback returns.