0.398.0.332127
This commit is contained in:
parent
ee510c81fb
commit
1d692ff92d
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.397.0.329146
|
// Updated as of 0.398.0.332127
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -1216,6 +1216,7 @@ namespace RobloxFiles
|
|||||||
|
|
||||||
public Color3 TextColor3 = Color3.FromRGB(27, 42, 53);
|
public Color3 TextColor3 = Color3.FromRGB(27, 42, 53);
|
||||||
public bool TextEditable = true;
|
public bool TextEditable = true;
|
||||||
|
public TextInputType TextInputType = TextInputType.Default; // [Load-only]
|
||||||
public bool TextScaled = false;
|
public bool TextScaled = false;
|
||||||
public float TextSize = 8;
|
public float TextSize = 8;
|
||||||
public Color3 TextStrokeColor3 = new Color3();
|
public Color3 TextStrokeColor3 = new Color3();
|
||||||
@ -2699,7 +2700,7 @@ namespace RobloxFiles
|
|||||||
|
|
||||||
public bool AllowCustomAnimations = true;
|
public bool AllowCustomAnimations = true;
|
||||||
public bool AutoJumpEnabled = true;
|
public bool AutoJumpEnabled = true;
|
||||||
public float CameraMaxZoomDistance = 400;
|
public float CameraMaxZoomDistance = 128;
|
||||||
public float CameraMinZoomDistance = 0.5f;
|
public float CameraMinZoomDistance = 0.5f;
|
||||||
public CameraMode CameraMode = CameraMode.Classic;
|
public CameraMode CameraMode = CameraMode.Classic;
|
||||||
public float CharacterJumpHeight = 7.2f;
|
public float CharacterJumpHeight = 7.2f;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.397.0.329146
|
// Updated as of 0.398.0.332127
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -1755,6 +1755,16 @@ namespace RobloxFiles.Enums
|
|||||||
ClientPhysicsPause
|
ClientPhysicsPause
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum StudioDataModelType
|
||||||
|
{
|
||||||
|
Edit,
|
||||||
|
PlayClient = 2,
|
||||||
|
PlayServer,
|
||||||
|
RobloxPlugin,
|
||||||
|
UserPlugin,
|
||||||
|
Null
|
||||||
|
}
|
||||||
|
|
||||||
public enum StudioStyleGuideColor
|
public enum StudioStyleGuideColor
|
||||||
{
|
{
|
||||||
MainBackground,
|
MainBackground,
|
||||||
@ -1952,6 +1962,15 @@ namespace RobloxFiles.Enums
|
|||||||
PrivateChat
|
PrivateChat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum TextInputType
|
||||||
|
{
|
||||||
|
Default,
|
||||||
|
NoSuggestions,
|
||||||
|
Number,
|
||||||
|
Email,
|
||||||
|
Phone
|
||||||
|
}
|
||||||
|
|
||||||
public enum TextTruncate
|
public enum TextTruncate
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
|
Loading…
Reference in New Issue
Block a user