0.462.0.416719

This commit is contained in:
CloneTrooper1019
2021-01-20 14:45:58 -06:00
parent 1a34e9c849
commit 1acb895eaf
17 changed files with 63 additions and 70 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.460.0.416222
// Updated as of 0.462.0.416719
using System;
@ -732,6 +732,14 @@ namespace RobloxFiles
public Vector3 Torque_ = new Vector3();
}
public class UniversalConstraint : Constraint
{
public bool LimitsEnabled;
public float MaxAngle = 45;
public float Radius = 0.2f;
public float Restitution;
}
public class VectorForce : Constraint
{
public bool ApplyAtCenterOfMass;

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.460.0.416222
// Updated as of 0.462.0.416719
namespace RobloxFiles.Enums
{