0.441.1.408989

This commit is contained in:
CloneTrooper1019 2020-07-25 01:26:59 -05:00
parent 57fd3f8a25
commit 0f06646f2e
3 changed files with 40 additions and 4 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.438.0.407270
// Updated as of 0.441.1.408989
using System;
@ -1465,7 +1465,9 @@ namespace RobloxFiles
public class CylinderHandleAdornment : HandleAdornment
{
public float Angle = 360;
public float Height = 1;
public float InnerRadius = 0;
public float Radius = 1;
}
@ -2182,7 +2184,9 @@ namespace RobloxFiles
public class MeshPart : TriangleMeshPart
{
public bool HasJointOffset = false;
public bool HasSkinnedMesh = false;
public Vector3 JointOffset = new Vector3();
[Obsolete]
public Content MeshID
@ -2264,6 +2268,7 @@ namespace RobloxFiles
public float FallenPartsDestroyHeight = -500;
public bool FilteringEnabled = false;
public float Gravity = 196.2f;
public SkinnedMeshAllowType SkinnedMeshEnabled;
public bool StreamingEnabled = false;
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.438.0.407270
// Updated as of 0.441.1.408989
namespace RobloxFiles.Enums
{
@ -1340,6 +1340,15 @@ namespace RobloxFiles.Enums
Premium
}
public enum MeshPartDetailLevel
{
DistanceBased,
Level01,
Level02,
Level03,
Level04
}
public enum MeshType
{
Head,
@ -1594,7 +1603,8 @@ namespace RobloxFiles.Enums
public enum RenderFidelity
{
Automatic,
Precise
Precise,
Performance
}
public enum RenderPriority
@ -1753,6 +1763,13 @@ namespace RobloxFiles.Enums
RelativeYY
}
public enum SkinnedMeshAllowType
{
Default,
Enabled,
Disabled
}
public enum SortOrder
{
Name,
@ -1898,6 +1915,11 @@ namespace RobloxFiles.Enums
DiffLineNumDeletionBackground,
DiffFilePathBackground,
DiffFilePathBorder,
ChatIncomingBgColor,
ChatIncomingTextColor,
ChatOutgoingBgColor,
ChatOutgoingTextColor,
ChatModeratedMessageColor,
Separator,
ButtonBorder,
ButtonText,
@ -1914,7 +1936,8 @@ namespace RobloxFiles.Enums
DialogMainButton,
DialogMainButtonText,
InfoBarWarningBackground,
InfoBarWarningText
InfoBarWarningText,
ScriptEditorCurrentLine
}
public enum StudioStyleGuideModifier
@ -1985,6 +2008,14 @@ namespace RobloxFiles.Enums
Future
}
public enum TeleportMethod
{
TeleportToSpawnByName,
TeleportToPlaceInstance,
TeleportToPrivateServer,
TeleportToPartyAsync
}
public enum TeleportResult
{
Success,

Binary file not shown.