Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions develop-docs/sdk/data-model/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,10 @@ The `type` and default key is `"unity"`.

: Distribution method.

`is_main_thread`

: Whether the event occurred on the main thread.

`rendering_threading_mode`

: Rendering pipeline configuration.
Expand All @@ -894,8 +898,9 @@ The `type` and default key is `"unity"`.
"copy_texture_support": "Basic, Copy3D, DifferentTypes, TextureToRT, RTToTexture",
"editor_version": "2022.1.23f1",
"install_mode": "Store",
"is_main_thread": true,
"rendering_threading_mode": "LegacyJobified",
"target_frame_rate": "-1",
"target_frame_rate": "-1"
}
}
}
Expand Down Expand Up @@ -1090,4 +1095,4 @@ The feature flag context contains information about the flags evaluated prior to
}
}
}
```
```
Loading