0.485.0.425755

This commit is contained in:
Max 2021-07-11 22:21:54 -05:00
parent e78525df96
commit 1bff5b3c8e
3 changed files with 29 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes. // Auto-generated list of creatable Roblox classes.
// Updated as of 0.483.1.425021 // Updated as of 0.485.0.425755
using System; using System;
@ -84,6 +84,14 @@ namespace RobloxFiles
} }
} }
public class AssetImportService : Instance
{
public AssetImportService()
{
IsService = true;
}
}
public class AssetManagerService : Instance public class AssetManagerService : Instance
{ {
public AssetManagerService() public AssetManagerService()
@ -576,8 +584,10 @@ namespace RobloxFiles
public class Clouds : Instance public class Clouds : Instance
{ {
public Color3 Color = new Color3(1, 1, 1);
public float Cover = 0.5f; public float Cover = 0.5f;
public float Density = 0.7f; public float Density = 0.7f;
public bool Enabled = true;
} }
public class CollectionService : Instance public class CollectionService : Instance
@ -2210,6 +2220,7 @@ namespace RobloxFiles
public CFrame CFrame = new CFrame(); public CFrame CFrame = new CFrame();
public bool CanCollide = true; public bool CanCollide = true;
public bool CanQuery = true;
public bool CanTouch = true; public bool CanTouch = true;
public bool CastShadow = true; public bool CastShadow = true;
public int CollisionGroupId; public int CollisionGroupId;
@ -2499,6 +2510,7 @@ namespace RobloxFiles
public bool ExplicitAutoJoints = true; public bool ExplicitAutoJoints = true;
public float FallenPartsDestroyHeight = -500; public float FallenPartsDestroyHeight = -500;
public float Gravity = 196.2f; public float Gravity = 196.2f;
public HumanoidOnlySetCollisionsOnStateChange HumanoidOnlySetCollisionsOnStateChange = HumanoidOnlySetCollisionsOnStateChange.Default;
public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default; public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default;
public MeshPartHeadsAndAccessories MeshPartHeadsAndAccessories = MeshPartHeadsAndAccessories.Default; public MeshPartHeadsAndAccessories MeshPartHeadsAndAccessories = MeshPartHeadsAndAccessories.Default;
public PhysicsSteppingMethod PhysicsSteppingMethod = PhysicsSteppingMethod.Default; public PhysicsSteppingMethod PhysicsSteppingMethod = PhysicsSteppingMethod.Default;
@ -3271,6 +3283,14 @@ namespace RobloxFiles
public long SrcUniverseId; public long SrcUniverseId;
} }
public class StudioDeviceEmulatorService : Instance
{
public StudioDeviceEmulatorService()
{
IsService = true;
}
}
public class StudioService : Instance public class StudioService : Instance
{ {
public StudioService() public StudioService()

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.481.1.423973 // Updated as of 0.485.0.425755
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {
@ -375,6 +375,13 @@ namespace RobloxFiles.Enums
AlwaysOff AlwaysOff
} }
public enum HumanoidOnlySetCollisionsOnStateChange
{
Default,
Disabled,
Enabled
}
public enum HumanoidRigType public enum HumanoidRigType
{ {
R6, R6,

Binary file not shown.