0.450.0.411923

This commit is contained in:
CloneTrooper1019 2020-10-04 16:06:23 -05:00
parent 44f0f94bb7
commit c4a3145007
3 changed files with 21 additions and 2 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.449.1.411731 // Updated as of 0.450.0.411923
using System; using System;
@ -72,6 +72,14 @@ namespace RobloxFiles
{ {
} }
public class AssetCounterService : Instance
{
public AssetCounterService()
{
IsService = true;
}
}
public class AssetManagerService : Instance public class AssetManagerService : Instance
{ {
public AssetManagerService() public AssetManagerService()
@ -402,10 +410,13 @@ namespace RobloxFiles
set => CFrame = value; set => CFrame = value;
} }
public float DiagonalFieldOfView;
public float FieldOfView = 70; public float FieldOfView = 70;
public FieldOfViewMode FieldOfViewMode = FieldOfViewMode.Vertical;
public CFrame Focus = new CFrame(0, 0, -5); public CFrame Focus = new CFrame(0, 0, -5);
public bool HeadLocked = true; public bool HeadLocked = true;
public float HeadScale = 1; public float HeadScale = 1;
public float MaxAxisFieldOfView;
[Obsolete] [Obsolete]
public CFrame focus public CFrame focus
@ -2202,6 +2213,7 @@ namespace RobloxFiles
public class MeshPart : TriangleMeshPart public class MeshPart : TriangleMeshPart
{ {
public bool DoubleSided;
public bool HasJointOffset; public bool HasJointOffset;
public bool HasSkinnedMesh; public bool HasSkinnedMesh;
public Vector3 JointOffset = new Vector3(); public Vector3 JointOffset = new Vector3();

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.449.1.411731 // Updated as of 0.450.0.411923
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {
@ -215,6 +215,13 @@ namespace RobloxFiles.Enums
Craters Craters
} }
public enum FieldOfViewMode
{
Vertical,
Diagonal,
MaxAxis
}
public enum FillDirection public enum FillDirection
{ {
Horizontal, Horizontal,

Binary file not shown.