Merge remote-tracking branch 'origin/master' into 1.9

This commit is contained in:
Wojtek Figat
2024-08-05 20:00:39 +02:00
52 changed files with 983 additions and 131 deletions

View File

@@ -38,7 +38,7 @@ API_STRUCT() struct HingeJointDrive
/// <summary>
/// Target velocity of the joint.
/// </summary>
API_FIELD(Attributes="Limit(0)") float Velocity = 0.0f;
API_FIELD() float Velocity = 0.0f;
/// <summary>
/// Maximum torque the drive is allowed to apply.