0.463.0.417004
This commit is contained in:
parent
1acb895eaf
commit
6acb98ec6e
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of creatable Roblox classes.
|
// Auto-generated list of creatable Roblox classes.
|
||||||
// Updated as of 0.462.0.416719
|
// Updated as of 0.463.0.417004
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
@ -1761,6 +1761,14 @@ namespace RobloxFiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class IXPService : Instance
|
||||||
|
{
|
||||||
|
public IXPService()
|
||||||
|
{
|
||||||
|
IsService = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class InsertService : Instance
|
public class InsertService : Instance
|
||||||
{
|
{
|
||||||
public InsertService()
|
public InsertService()
|
||||||
@ -2421,6 +2429,7 @@ namespace RobloxFiles
|
|||||||
public float LightEmission;
|
public float LightEmission;
|
||||||
public float LightInfluence;
|
public float LightInfluence;
|
||||||
public bool LockedToPart;
|
public bool LockedToPart;
|
||||||
|
public ParticleOrientation Orientation = ParticleOrientation.FacingCamera;
|
||||||
public float Rate = 20;
|
public float Rate = 20;
|
||||||
public NumberRange RotSpeed = new NumberRange(0);
|
public NumberRange RotSpeed = new NumberRange(0);
|
||||||
public NumberRange Rotation = new NumberRange(0);
|
public NumberRange Rotation = new NumberRange(0);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Auto-generated list of Roblox enums.
|
// Auto-generated list of Roblox enums.
|
||||||
// Updated as of 0.462.0.416719
|
// Updated as of 0.463.0.417004
|
||||||
|
|
||||||
namespace RobloxFiles.Enums
|
namespace RobloxFiles.Enums
|
||||||
{
|
{
|
||||||
@ -763,6 +763,14 @@ namespace RobloxFiles.Enums
|
|||||||
Cylinder
|
Cylinder
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum ParticleOrientation
|
||||||
|
{
|
||||||
|
FacingCamera,
|
||||||
|
FacingCameraWorldUp,
|
||||||
|
VelocityParallel,
|
||||||
|
VelocityPerpendicular
|
||||||
|
}
|
||||||
|
|
||||||
public enum PoseEasingDirection
|
public enum PoseEasingDirection
|
||||||
{
|
{
|
||||||
In,
|
In,
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user