0.465.0.417678
This commit is contained in:
@ -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;
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user