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