TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Operation.Sequential

Short Name:
  • class Sequential
Derived From:
Fields:

A background operation that aggregates zero or more other operations and executes them one after another.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required operations Operation[]    

The aggregated operations to execute in sequence.

optional name string  
'Sequential'

Human-readable name of this background operation.