0.485.0.425755
This commit is contained in:
parent
e78525df96
commit
1bff5b3c8e
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of creatable Roblox classes.
|
||||
// Updated as of 0.483.1.425021
|
||||
// Updated as of 0.485.0.425755
|
||||
|
||||
using System;
|
||||
|
||||
@ -84,6 +84,14 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class AssetImportService : Instance
|
||||
{
|
||||
public AssetImportService()
|
||||
{
|
||||
IsService = true;
|
||||
}
|
||||
}
|
||||
|
||||
public class AssetManagerService : Instance
|
||||
{
|
||||
public AssetManagerService()
|
||||
@ -576,8 +584,10 @@ namespace RobloxFiles
|
||||
|
||||
public class Clouds : Instance
|
||||
{
|
||||
public Color3 Color = new Color3(1, 1, 1);
|
||||
public float Cover = 0.5f;
|
||||
public float Density = 0.7f;
|
||||
public bool Enabled = true;
|
||||
}
|
||||
|
||||
public class CollectionService : Instance
|
||||
@ -2210,6 +2220,7 @@ namespace RobloxFiles
|
||||
|
||||
public CFrame CFrame = new CFrame();
|
||||
public bool CanCollide = true;
|
||||
public bool CanQuery = true;
|
||||
public bool CanTouch = true;
|
||||
public bool CastShadow = true;
|
||||
public int CollisionGroupId;
|
||||
@ -2499,6 +2510,7 @@ namespace RobloxFiles
|
||||
public bool ExplicitAutoJoints = true;
|
||||
public float FallenPartsDestroyHeight = -500;
|
||||
public float Gravity = 196.2f;
|
||||
public HumanoidOnlySetCollisionsOnStateChange HumanoidOnlySetCollisionsOnStateChange = HumanoidOnlySetCollisionsOnStateChange.Default;
|
||||
public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default;
|
||||
public MeshPartHeadsAndAccessories MeshPartHeadsAndAccessories = MeshPartHeadsAndAccessories.Default;
|
||||
public PhysicsSteppingMethod PhysicsSteppingMethod = PhysicsSteppingMethod.Default;
|
||||
@ -3271,6 +3283,14 @@ namespace RobloxFiles
|
||||
public long SrcUniverseId;
|
||||
}
|
||||
|
||||
public class StudioDeviceEmulatorService : Instance
|
||||
{
|
||||
public StudioDeviceEmulatorService()
|
||||
{
|
||||
IsService = true;
|
||||
}
|
||||
}
|
||||
|
||||
public class StudioService : Instance
|
||||
{
|
||||
public StudioService()
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of Roblox enums.
|
||||
// Updated as of 0.481.1.423973
|
||||
// Updated as of 0.485.0.425755
|
||||
|
||||
namespace RobloxFiles.Enums
|
||||
{
|
||||
@ -375,6 +375,13 @@ namespace RobloxFiles.Enums
|
||||
AlwaysOff
|
||||
}
|
||||
|
||||
public enum HumanoidOnlySetCollisionsOnStateChange
|
||||
{
|
||||
Default,
|
||||
Disabled,
|
||||
Enabled
|
||||
}
|
||||
|
||||
public enum HumanoidRigType
|
||||
{
|
||||
R6,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user