0.465.0.417678

This commit is contained in:
Max
2021-02-18 13:22:15 -06:00
parent b352e2568d
commit 08abc4fd89
4 changed files with 24 additions and 8 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.464.0.417415
// Updated as of 0.465.0.417678
using System;
@ -2402,6 +2402,7 @@ namespace RobloxFiles
public float Gravity = 196.2f;
public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default;
public MeshPartHeads MeshPartHeads = MeshPartHeads.Default;
public PhysicsSteppingMethod PhysicsSteppingMethod = PhysicsSteppingMethod.Default;
public bool StreamingEnabled;
public int StreamingMinRadius = 64;
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.464.0.417415
// Updated as of 0.465.0.417678
namespace RobloxFiles.Enums
{
@ -771,6 +771,13 @@ namespace RobloxFiles.Enums
VelocityPerpendicular
}
public enum PhysicsSteppingMethod
{
Default,
Fixed,
Adaptive
}
public enum PoseEasingDirection
{
In,