> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrupdate/ovrupdatetype.md).

# OvrUpdateType

#### Enumeration

<table><thead><tr><th width="251.2134821162615"></th><th>Description</th></tr></thead><tbody><tr><td>Update</td><td>Called every frame.</td></tr><tr><td>Late</td><td>Called every frame, after all Update functions have been called.</td></tr><tr><td>Fixed</td><td>A frame-rate independent version of Update, used mostly for physics calculations.</td></tr></tbody></table>
