Store the status of the scene in the scene itself.

PiperOrigin-RevId: 813119377
Change-Id: Iebff9e7796ca9809ea22902522982bfd96eeba06
This commit is contained in:
Haroon Qureshi
2025-09-30 00:05:06 -07:00
committed by Copybara-Service
parent fc8979ed4a
commit 70d03adc71
7 changed files with 69 additions and 53 deletions
+1
View File
@@ -6286,6 +6286,7 @@ public unsafe struct mjvScene_ {
public fixed byte flags[10];
public int framewidth;
public fixed float framergb[3];
public int status;
}
[StructLayout(LayoutKind.Sequential)]