diff --git a/develop-docs/sdk/data-model/event-payloads/contexts.mdx b/develop-docs/sdk/data-model/event-payloads/contexts.mdx index 11394be0ae9d9..8f42b582a90bf 100644 --- a/develop-docs/sdk/data-model/event-payloads/contexts.mdx +++ b/develop-docs/sdk/data-model/event-payloads/contexts.mdx @@ -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. @@ -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" } } } @@ -1090,4 +1095,4 @@ The feature flag context contains information about the flags evaluated prior to } } } -``` \ No newline at end of file +```