0.538.0.5380364

This commit is contained in:
Max 2022-08-04 14:11:36 -05:00
parent e81035b09b
commit 9ff700557f
2 changed files with 39 additions and 19 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes. // Auto-generated list of creatable Roblox classes.
// Updated as of 0.535.0.5350277 // Updated as of 0.538.0.5380364
using System; using System;
@ -11,14 +11,6 @@ using RobloxFiles.Utility;
namespace RobloxFiles namespace RobloxFiles
{ {
public class ABTestService : Instance
{
public ABTestService()
{
IsService = true;
}
}
public class Accoutrement : Instance public class Accoutrement : Instance
{ {
public CFrame AttachmentPoint = new CFrame(); public CFrame AttachmentPoint = new CFrame();
@ -1235,6 +1227,14 @@ namespace RobloxFiles
public float StudsPerTileV = 2; public float StudsPerTileV = 2;
} }
public class FacialAnimationRecordingService : Instance
{
public FacialAnimationRecordingService()
{
IsService = true;
}
}
public class FacialAnimationStreamingService : Instance public class FacialAnimationStreamingService : Instance
{ {
public FacialAnimationStreamingService() public FacialAnimationStreamingService()
@ -1944,6 +1944,10 @@ namespace RobloxFiles
public float Radius = 1; public float Radius = 1;
} }
public class WireframeHandleAdornment : HandleAdornment
{
}
public class ParabolaAdornment : PVAdornment public class ParabolaAdornment : PVAdornment
{ {
} }
@ -2009,7 +2013,6 @@ namespace RobloxFiles
} }
public bool AutoSelectGuiEnabled = true; public bool AutoSelectGuiEnabled = true;
public bool CoreGuiNavigationEnabled = true;
public bool GuiNavigationEnabled = true; public bool GuiNavigationEnabled = true;
public GuiObject SelectedObject; public GuiObject SelectedObject;
} }
@ -2532,6 +2535,7 @@ namespace RobloxFiles
{ {
public Material BaseMaterial = Material.Plastic; public Material BaseMaterial = Material.Plastic;
public Content ColorMap = ""; public Content ColorMap = "";
public PhysicalProperties CustomPhysicalProperties;
public MaterialPattern MaterialPattern = MaterialPattern.Regular; public MaterialPattern MaterialPattern = MaterialPattern.Regular;
public Content MetalnessMap = ""; public Content MetalnessMap = "";
public Content NormalMap = ""; public Content NormalMap = "";
@ -2927,14 +2931,6 @@ namespace RobloxFiles
public bool HasJointOffset; public bool HasJointOffset;
public bool HasSkinnedMesh; public bool HasSkinnedMesh;
public Vector3 JointOffset = new Vector3(); public Vector3 JointOffset = new Vector3();
[Obsolete]
public Content MeshID
{
get => MeshId;
set => MeshId = value;
}
public Content MeshId = ""; public Content MeshId = "";
public RenderFidelity RenderFidelity = RenderFidelity.Precise; public RenderFidelity RenderFidelity = RenderFidelity.Precise;
public Content TextureID = ""; public Content TextureID = "";
@ -3250,6 +3246,14 @@ namespace RobloxFiles
} }
} }
public class PluginManagementService : Instance
{
public PluginManagementService()
{
IsService = true;
}
}
public class PluginPolicyService : Instance public class PluginPolicyService : Instance
{ {
public PluginPolicyService() public PluginPolicyService()
@ -3827,6 +3831,7 @@ namespace RobloxFiles
public float DopplerScale = 1; public float DopplerScale = 1;
public bool RespectFilteringEnabled; public bool RespectFilteringEnabled;
public float RolloffScale = 1; public float RolloffScale = 1;
public VolumetricAudio VolumetricAudio = VolumetricAudio.Disabled;
} }
public class Sparkles : Instance public class Sparkles : Instance
@ -4049,6 +4054,14 @@ namespace RobloxFiles
public bool CustomizedTeleportUI; public bool CustomizedTeleportUI;
} }
public class TemporaryCageMeshProvider : Instance
{
public TemporaryCageMeshProvider()
{
IsService = true;
}
}
public class TemporaryScriptService : Instance public class TemporaryScriptService : Instance
{ {
public TemporaryScriptService() public TemporaryScriptService()

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.535.0.5350277 // Updated as of 0.538.0.5380364
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {
@ -1284,6 +1284,13 @@ namespace RobloxFiles.Enums
Enabled Enabled
} }
public enum VolumetricAudio
{
Disabled,
Automatic,
Enabled
}
public enum WrapLayerAutoSkin public enum WrapLayerAutoSkin
{ {
Disabled, Disabled,