> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# ExecutionContext class

> Context passed to a library's run hook on every game-loop tick.

# ExecutionContext

## Summary

Context passed to a library's `__run` hook on every game-loop tick.

## Signature

```typescript theme={null}
declare class ExecutionContext extends BaseContext 
```

## Remarks

Use the inherited `application` and `libraries` accessors to read the current delta time and interact with other libraries during the frame update.
