0.415.0.373700
This commit is contained in:
parent
92c6f2d96e
commit
e5f6852e7a
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.413.1.370526
|
// Updated as of 0.415.0.373700
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -1245,6 +1245,15 @@ namespace RobloxFiles
|
|||||||
public TextYAlignment TextYAlignment = TextYAlignment.Center;
|
public TextYAlignment TextYAlignment = TextYAlignment.Center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class VideoFrame : GuiObject
|
||||||
|
{
|
||||||
|
public bool Looped = false;
|
||||||
|
public bool Playing = false;
|
||||||
|
public double TimePosition = 0;
|
||||||
|
public Content Video = "";
|
||||||
|
public float Volume = 1;
|
||||||
|
}
|
||||||
|
|
||||||
public class ViewportFrame : GuiObject
|
public class ViewportFrame : GuiObject
|
||||||
{
|
{
|
||||||
public Color3 Ambient = Color3.FromRGB(200, 200, 200);
|
public Color3 Ambient = Color3.FromRGB(200, 200, 200);
|
||||||
@ -2277,9 +2286,9 @@ namespace RobloxFiles
|
|||||||
|
|
||||||
public class PluginAction : Instance
|
public class PluginAction : Instance
|
||||||
{
|
{
|
||||||
public bool Checked = false; // [Load-only]
|
public bool Checked = true; // [Load-only]
|
||||||
public string DefaultShortcut = ""; // [Load-only]
|
public string DefaultShortcut = ""; // [Load-only]
|
||||||
public bool Enabled = false; // [Load-only]
|
public bool Enabled = true; // [Load-only]
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PluginGuiService : Instance
|
public class PluginGuiService : Instance
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.413.1.370526
|
// Updated as of 0.415.0.373700
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -326,7 +326,8 @@ namespace RobloxFiles.Enums
|
|||||||
Default,
|
Default,
|
||||||
Classic,
|
Classic,
|
||||||
Follow,
|
Follow,
|
||||||
Orbital
|
Orbital,
|
||||||
|
CameraToggle
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ComputerMovementMode
|
public enum ComputerMovementMode
|
||||||
@ -474,7 +475,8 @@ namespace RobloxFiles.Enums
|
|||||||
UserChoice,
|
UserChoice,
|
||||||
Classic,
|
Classic,
|
||||||
Follow,
|
Follow,
|
||||||
Orbital
|
Orbital,
|
||||||
|
CameraToggle
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum DevComputerMovementMode
|
public enum DevComputerMovementMode
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user