Game update 14114

complete output
This commit is contained in:
ArcherY417
2025-10-16 13:49:38 +08:00
committed by GitHub
parent 809c8faa3d
commit e5f09f5763
82 changed files with 105775 additions and 7433 deletions

View File

@@ -1582,6 +1582,35 @@
"parent": null
}
},
"enums": {}
"enums": {
"DynamicContinuousContactBehavior_t": {
"alignment": 1,
"members": {
"DYNAMIC_CONTINUOUS_ALLOW_IF_REQUESTED_BY_OTHER_BODY": 0,
"DYNAMIC_CONTINUOUS_ALWAYS": 1,
"DYNAMIC_CONTINUOUS_NEVER": 2
},
"type": "uint8"
},
"JointAxis_t": {
"alignment": 4,
"members": {
"JOINT_AXIS_COUNT": 3,
"JOINT_AXIS_X": 0,
"JOINT_AXIS_Y": 1,
"JOINT_AXIS_Z": 2
},
"type": "uint32"
},
"JointMotion_t": {
"alignment": 4,
"members": {
"JOINT_MOTION_COUNT": 2,
"JOINT_MOTION_FREE": 0,
"JOINT_MOTION_LOCKED": 1
},
"type": "uint32"
}
}
}
}