Skip to content

Commit 92cc65a

Browse files
Fix missing QC visibility attributes
1 parent 75ce25c commit 92cc65a

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

examples/3d-road-crosser/3d-road-crosser.json

+27-2
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,16 @@
31523152
"JumpHeight": 70,
31533153
"GridСellSize": 100,
31543154
"JumpDuration": 0.2,
3155-
"RotateDuration": 0.1
3155+
"RotateDuration": 0.1,
3156+
"propertiesQuickCustomizationVisibilities": {
3157+
"GridСellSize": "hidden",
3158+
"JumpDownDuration": "hidden",
3159+
"JumpHeight": "visible",
3160+
"JumpUpDuration": "visible",
3161+
"Object3D": "hidden",
3162+
"RotateDuration": "hidden",
3163+
"TweenBehavior": "hidden"
3164+
}
31563165
},
31573166
{
31583167
"name": "SmoothCamera",
@@ -3204,7 +3213,23 @@
32043213
"DownwardSpeedMax": 9000,
32053214
"OldX": 9000.000000007454,
32063215
"OldY": 9000.000000007454,
3207-
"IsCalledManually": false
3216+
"IsCalledManually": false,
3217+
"propertiesQuickCustomizationVisibilities": {
3218+
"DownwardSpeed": "hidden",
3219+
"DownwardSpeedMax": "hidden",
3220+
"FollowOnX": "hidden",
3221+
"FollowOnY": "hidden",
3222+
"LeftwardSpeed": "hidden",
3223+
"LeftwardSpeedMax": "hidden",
3224+
"LogDownwardSpeed": "hidden",
3225+
"LogLeftwardSpeed": "hidden",
3226+
"LogRightwardSpeed": "hidden",
3227+
"LogUpwardSpeed": "hidden",
3228+
"RightwardSpeed": "hidden",
3229+
"RightwardSpeedMax": "hidden",
3230+
"UpwardSpeed": "hidden",
3231+
"UpwardSpeedMax": "hidden"
3232+
}
32083233
},
32093234
{
32103235
"name": "Tween",

0 commit comments

Comments
 (0)