EntityId typedef

EntityId = Int32

This header replicates most of the methods in ThermionDartApi.h. It represents the interface for:

  • invoking those methods that must be called on the main Filament engine thread
  • setting up a render loop

Implementation

typedef EntityId = ffi.Int32;