0.498.0.4980398
This commit is contained in:
parent
386cf8e563
commit
caf4338619
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of creatable Roblox classes.
|
||||
// Updated as of 0.495.0.4950268
|
||||
// Updated as of 0.498.0.4980398
|
||||
|
||||
using System;
|
||||
|
||||
@ -61,6 +61,21 @@ namespace RobloxFiles
|
||||
public Content AnimationId = "";
|
||||
}
|
||||
|
||||
public abstract class AnimationClip : Instance
|
||||
{
|
||||
public bool Loop = true;
|
||||
public AnimationPriority Priority = AnimationPriority.Action;
|
||||
}
|
||||
|
||||
public class CurveAnimation : AnimationClip
|
||||
{
|
||||
}
|
||||
|
||||
public class KeyframeSequence : AnimationClip
|
||||
{
|
||||
public float AuthoredHipHeight = 2;
|
||||
}
|
||||
|
||||
public class AnimationController : Instance
|
||||
{
|
||||
}
|
||||
@ -141,6 +156,14 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class AvatarImportService : Instance
|
||||
{
|
||||
public AvatarImportService()
|
||||
{
|
||||
IsService = true;
|
||||
}
|
||||
}
|
||||
|
||||
public class Backpack : Instance
|
||||
{
|
||||
}
|
||||
@ -235,6 +258,7 @@ namespace RobloxFiles
|
||||
{
|
||||
public Attachment Attachment0;
|
||||
public Attachment Attachment1;
|
||||
public float Brightness = 1;
|
||||
public ColorSequence Color = new ColorSequence(1, 1, 1);
|
||||
public float CurveSize0;
|
||||
public float CurveSize1;
|
||||
@ -1008,6 +1032,11 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class EulerRotationCurve : Instance
|
||||
{
|
||||
public RotationOrder RotationOrder = RotationOrder.XYZ;
|
||||
}
|
||||
|
||||
public class EventIngestService : Instance
|
||||
{
|
||||
public EventIngestService()
|
||||
@ -1105,6 +1134,10 @@ namespace RobloxFiles
|
||||
public float size_xml = 5;
|
||||
}
|
||||
|
||||
public class FloatCurve : Instance
|
||||
{
|
||||
}
|
||||
|
||||
public class FlyweightService : Instance
|
||||
{
|
||||
public FlyweightService()
|
||||
@ -1994,13 +2027,6 @@ namespace RobloxFiles
|
||||
public string Value = "";
|
||||
}
|
||||
|
||||
public class KeyframeSequence : Instance
|
||||
{
|
||||
public float AuthoredHipHeight = 2;
|
||||
public bool Loop = true;
|
||||
public AnimationPriority Priority = AnimationPriority.Action;
|
||||
}
|
||||
|
||||
public class KeyframeSequenceProvider : Instance
|
||||
{
|
||||
public KeyframeSequenceProvider()
|
||||
@ -2261,6 +2287,14 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class NewVoiceChatService : Instance
|
||||
{
|
||||
public NewVoiceChatService()
|
||||
{
|
||||
IsService = true;
|
||||
}
|
||||
}
|
||||
|
||||
public class NoCollisionConstraint : Instance
|
||||
{
|
||||
public bool Enabled = true;
|
||||
@ -2648,6 +2682,7 @@ namespace RobloxFiles
|
||||
public class ParticleEmitter : Instance
|
||||
{
|
||||
public Vector3 Acceleration = new Vector3();
|
||||
public float Brightness = 1;
|
||||
public ColorSequence Color = new ColorSequence(1, 1, 1);
|
||||
public float Drag;
|
||||
public NormalId EmissionDirection = NormalId.Top;
|
||||
@ -2660,9 +2695,14 @@ namespace RobloxFiles
|
||||
public float Rate = 20;
|
||||
public NumberRange RotSpeed = new NumberRange(0);
|
||||
public NumberRange Rotation = new NumberRange(0);
|
||||
public ParticleEmitterShape Shape = ParticleEmitterShape.Box;
|
||||
public ParticleEmitterShapeInOut ShapeInOut = ParticleEmitterShapeInOut.Outward;
|
||||
public float ShapePartial = 1;
|
||||
public ParticleEmitterShapeStyle ShapeStyle = ParticleEmitterShapeStyle.Volume;
|
||||
public NumberSequence Size = new NumberSequence(1);
|
||||
public NumberRange Speed = new NumberRange(5);
|
||||
public Vector2 SpreadAngle = new Vector2();
|
||||
public NumberSequence Squash = new NumberSequence(0);
|
||||
public Content Texture = "rbxasset://textures/particles/sparkles_main.dds";
|
||||
public float TimeScale = 1;
|
||||
public NumberSequence Transparency = new NumberSequence(0);
|
||||
@ -2678,6 +2718,13 @@ namespace RobloxFiles
|
||||
public float ZOffset;
|
||||
}
|
||||
|
||||
public class PathfindingLink : Instance
|
||||
{
|
||||
public Attachment Attachment0;
|
||||
public Attachment Attachment1;
|
||||
public bool IsBidirectional = true;
|
||||
}
|
||||
|
||||
public class PathfindingModifier : Instance
|
||||
{
|
||||
public string ModifierId = "";
|
||||
@ -2719,7 +2766,6 @@ namespace RobloxFiles
|
||||
}
|
||||
|
||||
public bool CustomPoliciesEnabled;
|
||||
public string DEPRECATED_SerializedEmulatedPolicyInfo = "";
|
||||
public string EmulatedCountryCode = "";
|
||||
public string EmulatedGameLocale = "";
|
||||
public bool PlayerEmulationEnabled;
|
||||
@ -3022,6 +3068,10 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class RotationCurve : Instance
|
||||
{
|
||||
}
|
||||
|
||||
public class RunService : Instance
|
||||
{
|
||||
public RunService()
|
||||
@ -3393,6 +3443,7 @@ namespace RobloxFiles
|
||||
public string CommitInflightGuid = "";
|
||||
public int CommitInflightPlaceVersion;
|
||||
public bool EnableScriptCollabByDefaultOnLoad;
|
||||
public bool EnableTeamCreateStreamingOnLoad;
|
||||
public long SrcPlaceId;
|
||||
public long SrcUniverseId;
|
||||
}
|
||||
@ -3488,6 +3539,18 @@ namespace RobloxFiles
|
||||
public double Timeout = 10;
|
||||
}
|
||||
|
||||
public class TextChannel : Instance
|
||||
{
|
||||
}
|
||||
|
||||
public class TextChatService : Instance
|
||||
{
|
||||
public TextChatService()
|
||||
{
|
||||
IsService = true;
|
||||
}
|
||||
}
|
||||
|
||||
public class TextService : Instance
|
||||
{
|
||||
public TextService()
|
||||
@ -3496,6 +3559,10 @@ namespace RobloxFiles
|
||||
}
|
||||
}
|
||||
|
||||
public class TextSource : Instance
|
||||
{
|
||||
}
|
||||
|
||||
public class TimerService : Instance
|
||||
{
|
||||
public TimerService()
|
||||
@ -3532,6 +3599,7 @@ namespace RobloxFiles
|
||||
{
|
||||
public Attachment Attachment0;
|
||||
public Attachment Attachment1;
|
||||
public float Brightness = 1;
|
||||
public ColorSequence Color = new ColorSequence(1, 1, 1);
|
||||
public bool Enabled = true;
|
||||
public bool FaceCamera;
|
||||
@ -3822,6 +3890,10 @@ namespace RobloxFiles
|
||||
public Vector3 Value = new Vector3();
|
||||
}
|
||||
|
||||
public class Vector3Curve : Instance
|
||||
{
|
||||
}
|
||||
|
||||
public class VersionControlService : Instance
|
||||
{
|
||||
public VersionControlService()
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of Roblox enums.
|
||||
// Updated as of 0.495.0.4950268
|
||||
// Updated as of 0.498.0.4980398
|
||||
|
||||
namespace RobloxFiles.Enums
|
||||
{
|
||||
@ -839,6 +839,27 @@ namespace RobloxFiles.Enums
|
||||
Cylinder
|
||||
}
|
||||
|
||||
public enum ParticleEmitterShape
|
||||
{
|
||||
Box,
|
||||
Sphere,
|
||||
Cylinder,
|
||||
Disc
|
||||
}
|
||||
|
||||
public enum ParticleEmitterShapeInOut
|
||||
{
|
||||
Outward,
|
||||
Inward,
|
||||
InAndOut
|
||||
}
|
||||
|
||||
public enum ParticleEmitterShapeStyle
|
||||
{
|
||||
Volume,
|
||||
Surface
|
||||
}
|
||||
|
||||
public enum ParticleOrientation
|
||||
{
|
||||
FacingCamera,
|
||||
@ -950,6 +971,16 @@ namespace RobloxFiles.Enums
|
||||
InverseTapered
|
||||
}
|
||||
|
||||
public enum RotationOrder
|
||||
{
|
||||
XYZ,
|
||||
XZY,
|
||||
YZX,
|
||||
YXZ,
|
||||
ZXY,
|
||||
ZYX
|
||||
}
|
||||
|
||||
public enum ScaleType
|
||||
{
|
||||
Stretch,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user