@rbxts/types 1.0.940 → 1.0.942
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/include/generated/None.d.ts +387 -95
- package/include/generated/PluginSecurity.d.ts +192 -14
- package/include/generated/enums.d.ts +340 -11
- package/package.json +1 -1
|
@@ -2743,6 +2743,33 @@ declare namespace Enum {
|
|
|
2743
2743
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AppUpdateStatus | undefined;
|
|
2744
2744
|
}
|
|
2745
2745
|
export type AppUpdateStatus = AppUpdateStatus.Unknown | AppUpdateStatus.NotSupported | AppUpdateStatus.Failed | AppUpdateStatus.NotAvailable | AppUpdateStatus.Available | AppUpdateStatus.AvailableBoundChannel | AppUpdateStatus.AvailableBetaProgram;
|
|
2746
|
+
/**
|
|
2747
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ApplyShadowMode)
|
|
2748
|
+
*/
|
|
2749
|
+
export namespace ApplyShadowMode {
|
|
2750
|
+
/**
|
|
2751
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ApplyShadowMode#Shape)
|
|
2752
|
+
*/
|
|
2753
|
+
export interface Shape extends globalThis.EnumItem {
|
|
2754
|
+
Name: "Shape";
|
|
2755
|
+
Value: 0;
|
|
2756
|
+
EnumType: typeof globalThis.Enum.ApplyShadowMode;
|
|
2757
|
+
}
|
|
2758
|
+
export const Shape: Shape;
|
|
2759
|
+
/**
|
|
2760
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ApplyShadowMode#Text)
|
|
2761
|
+
*/
|
|
2762
|
+
export interface Text extends globalThis.EnumItem {
|
|
2763
|
+
Name: "Text";
|
|
2764
|
+
Value: 1;
|
|
2765
|
+
EnumType: typeof globalThis.Enum.ApplyShadowMode;
|
|
2766
|
+
}
|
|
2767
|
+
export const Text: Text;
|
|
2768
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ApplyShadowMode>;
|
|
2769
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ApplyShadowMode | undefined;
|
|
2770
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ApplyShadowMode | undefined;
|
|
2771
|
+
}
|
|
2772
|
+
export type ApplyShadowMode = ApplyShadowMode.Shape | ApplyShadowMode.Text;
|
|
2746
2773
|
/**
|
|
2747
2774
|
* Used by `UIStroke.ApplyStrokeMode` to determine where to apply the stroke.
|
|
2748
2775
|
*
|
|
@@ -3583,15 +3610,6 @@ declare namespace Enum {
|
|
|
3583
3610
|
EnumType: typeof globalThis.Enum.AssetType;
|
|
3584
3611
|
}
|
|
3585
3612
|
export const EyeMakeup: EyeMakeup;
|
|
3586
|
-
/**
|
|
3587
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#VoxelFragment)
|
|
3588
|
-
*/
|
|
3589
|
-
export interface VoxelFragment extends globalThis.EnumItem {
|
|
3590
|
-
Name: "VoxelFragment";
|
|
3591
|
-
Value: 91;
|
|
3592
|
-
EnumType: typeof globalThis.Enum.AssetType;
|
|
3593
|
-
}
|
|
3594
|
-
export const VoxelFragment: VoxelFragment;
|
|
3595
3613
|
/**
|
|
3596
3614
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#AvatarBackground)
|
|
3597
3615
|
*/
|
|
@@ -3602,6 +3620,8 @@ declare namespace Enum {
|
|
|
3602
3620
|
}
|
|
3603
3621
|
export const AvatarBackground: AvatarBackground;
|
|
3604
3622
|
/**
|
|
3623
|
+
* The asset is a text document.
|
|
3624
|
+
*
|
|
3605
3625
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#TextDocument)
|
|
3606
3626
|
*/
|
|
3607
3627
|
export interface TextDocument extends globalThis.EnumItem {
|
|
@@ -3614,7 +3634,7 @@ declare namespace Enum {
|
|
|
3614
3634
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
|
|
3615
3635
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
|
|
3616
3636
|
}
|
|
3617
|
-
export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.
|
|
3637
|
+
export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.AvatarBackground | AssetType.TextDocument;
|
|
3618
3638
|
/**
|
|
3619
3639
|
* Determines the asset type verification mode.
|
|
3620
3640
|
*
|
|
@@ -10205,6 +10225,51 @@ declare namespace Enum {
|
|
|
10205
10225
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CustomCameraMode | undefined;
|
|
10206
10226
|
}
|
|
10207
10227
|
export type CustomCameraMode = CustomCameraMode.Default | CustomCameraMode.Classic | CustomCameraMode.Follow;
|
|
10228
|
+
/**
|
|
10229
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelChangeType)
|
|
10230
|
+
*/
|
|
10231
|
+
export namespace DataModelChangeType {
|
|
10232
|
+
/**
|
|
10233
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelChangeType#Add)
|
|
10234
|
+
*/
|
|
10235
|
+
export interface Add extends globalThis.EnumItem {
|
|
10236
|
+
Name: "Add";
|
|
10237
|
+
Value: 0;
|
|
10238
|
+
EnumType: typeof globalThis.Enum.DataModelChangeType;
|
|
10239
|
+
}
|
|
10240
|
+
export const Add: Add;
|
|
10241
|
+
/**
|
|
10242
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelChangeType#Remove)
|
|
10243
|
+
*/
|
|
10244
|
+
export interface Remove extends globalThis.EnumItem {
|
|
10245
|
+
Name: "Remove";
|
|
10246
|
+
Value: 1;
|
|
10247
|
+
EnumType: typeof globalThis.Enum.DataModelChangeType;
|
|
10248
|
+
}
|
|
10249
|
+
export const Remove: Remove;
|
|
10250
|
+
/**
|
|
10251
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelChangeType#Modify)
|
|
10252
|
+
*/
|
|
10253
|
+
export interface Modify extends globalThis.EnumItem {
|
|
10254
|
+
Name: "Modify";
|
|
10255
|
+
Value: 2;
|
|
10256
|
+
EnumType: typeof globalThis.Enum.DataModelChangeType;
|
|
10257
|
+
}
|
|
10258
|
+
export const Modify: Modify;
|
|
10259
|
+
/**
|
|
10260
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelChangeType#AddPackage)
|
|
10261
|
+
*/
|
|
10262
|
+
export interface AddPackage extends globalThis.EnumItem {
|
|
10263
|
+
Name: "AddPackage";
|
|
10264
|
+
Value: 3;
|
|
10265
|
+
EnumType: typeof globalThis.Enum.DataModelChangeType;
|
|
10266
|
+
}
|
|
10267
|
+
export const AddPackage: AddPackage;
|
|
10268
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DataModelChangeType>;
|
|
10269
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DataModelChangeType | undefined;
|
|
10270
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DataModelChangeType | undefined;
|
|
10271
|
+
}
|
|
10272
|
+
export type DataModelChangeType = DataModelChangeType.Add | DataModelChangeType.Remove | DataModelChangeType.Modify | DataModelChangeType.AddPackage;
|
|
10208
10273
|
/**
|
|
10209
10274
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelExtractorFileType)
|
|
10210
10275
|
*/
|
|
@@ -15833,6 +15898,42 @@ declare namespace Enum {
|
|
|
15833
15898
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.GearType | undefined;
|
|
15834
15899
|
}
|
|
15835
15900
|
export type GearType = GearType.MeleeWeapons | GearType.RangedWeapons | GearType.Explosives | GearType.PowerUps | GearType.NavigationEnhancers | GearType.MusicalInstruments | GearType.SocialItems | GearType.BuildingTools | GearType.Transport;
|
|
15901
|
+
/**
|
|
15902
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GenerateMomentTextResult)
|
|
15903
|
+
*/
|
|
15904
|
+
export namespace GenerateMomentTextResult {
|
|
15905
|
+
/**
|
|
15906
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GenerateMomentTextResult#Success)
|
|
15907
|
+
*/
|
|
15908
|
+
export interface Success extends globalThis.EnumItem {
|
|
15909
|
+
Name: "Success";
|
|
15910
|
+
Value: 0;
|
|
15911
|
+
EnumType: typeof globalThis.Enum.GenerateMomentTextResult;
|
|
15912
|
+
}
|
|
15913
|
+
export const Success: Success;
|
|
15914
|
+
/**
|
|
15915
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GenerateMomentTextResult#Pending)
|
|
15916
|
+
*/
|
|
15917
|
+
export interface Pending extends globalThis.EnumItem {
|
|
15918
|
+
Name: "Pending";
|
|
15919
|
+
Value: 1;
|
|
15920
|
+
EnumType: typeof globalThis.Enum.GenerateMomentTextResult;
|
|
15921
|
+
}
|
|
15922
|
+
export const Pending: Pending;
|
|
15923
|
+
/**
|
|
15924
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GenerateMomentTextResult#Failed)
|
|
15925
|
+
*/
|
|
15926
|
+
export interface Failed extends globalThis.EnumItem {
|
|
15927
|
+
Name: "Failed";
|
|
15928
|
+
Value: 2;
|
|
15929
|
+
EnumType: typeof globalThis.Enum.GenerateMomentTextResult;
|
|
15930
|
+
}
|
|
15931
|
+
export const Failed: Failed;
|
|
15932
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.GenerateMomentTextResult>;
|
|
15933
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.GenerateMomentTextResult | undefined;
|
|
15934
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.GenerateMomentTextResult | undefined;
|
|
15935
|
+
}
|
|
15936
|
+
export type GenerateMomentTextResult = GenerateMomentTextResult.Success | GenerateMomentTextResult.Pending | GenerateMomentTextResult.Failed;
|
|
15836
15937
|
/**
|
|
15837
15938
|
* **Deprecated:**
|
|
15838
15939
|
*
|
|
@@ -18249,11 +18350,20 @@ declare namespace Enum {
|
|
|
18249
18350
|
EnumType: typeof globalThis.Enum.InternalVideoUsage;
|
|
18250
18351
|
}
|
|
18251
18352
|
export const HomeCarousel: HomeCarousel;
|
|
18353
|
+
/**
|
|
18354
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InternalVideoUsage#FeatureTileAd)
|
|
18355
|
+
*/
|
|
18356
|
+
export interface FeatureTileAd extends globalThis.EnumItem {
|
|
18357
|
+
Name: "FeatureTileAd";
|
|
18358
|
+
Value: 3;
|
|
18359
|
+
EnumType: typeof globalThis.Enum.InternalVideoUsage;
|
|
18360
|
+
}
|
|
18361
|
+
export const FeatureTileAd: FeatureTileAd;
|
|
18252
18362
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.InternalVideoUsage>;
|
|
18253
18363
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InternalVideoUsage | undefined;
|
|
18254
18364
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InternalVideoUsage | undefined;
|
|
18255
18365
|
}
|
|
18256
|
-
export type InternalVideoUsage = InternalVideoUsage.Default | InternalVideoUsage.WatchPage | InternalVideoUsage.HomeCarousel;
|
|
18366
|
+
export type InternalVideoUsage = InternalVideoUsage.Default | InternalVideoUsage.WatchPage | InternalVideoUsage.HomeCarousel | InternalVideoUsage.FeatureTileAd;
|
|
18257
18367
|
/**
|
|
18258
18368
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InterpolationThrottlingMode)
|
|
18259
18369
|
*/
|
|
@@ -21533,6 +21643,8 @@ declare namespace Enum {
|
|
|
21533
21643
|
}
|
|
21534
21644
|
export const TouchPinch: TouchPinch;
|
|
21535
21645
|
/**
|
|
21646
|
+
* TV remote `Center` button.
|
|
21647
|
+
*
|
|
21536
21648
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonCenter)
|
|
21537
21649
|
*/
|
|
21538
21650
|
export interface ButtonCenter extends globalThis.EnumItem {
|
|
@@ -21542,6 +21654,8 @@ declare namespace Enum {
|
|
|
21542
21654
|
}
|
|
21543
21655
|
export const ButtonCenter: ButtonCenter;
|
|
21544
21656
|
/**
|
|
21657
|
+
* TV remote `Back` button.
|
|
21658
|
+
*
|
|
21545
21659
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonBack)
|
|
21546
21660
|
*/
|
|
21547
21661
|
export interface ButtonBack extends globalThis.EnumItem {
|
|
@@ -21551,6 +21665,8 @@ declare namespace Enum {
|
|
|
21551
21665
|
}
|
|
21552
21666
|
export const ButtonBack: ButtonBack;
|
|
21553
21667
|
/**
|
|
21668
|
+
* `MicroGamepad` (including TV remotes) `Up` directional button.
|
|
21669
|
+
*
|
|
21554
21670
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonUp)
|
|
21555
21671
|
*/
|
|
21556
21672
|
export interface ButtonUp extends globalThis.EnumItem {
|
|
@@ -21560,6 +21676,8 @@ declare namespace Enum {
|
|
|
21560
21676
|
}
|
|
21561
21677
|
export const ButtonUp: ButtonUp;
|
|
21562
21678
|
/**
|
|
21679
|
+
* `MicroGamepad` (including TV remotes) `Down` directional button.
|
|
21680
|
+
*
|
|
21563
21681
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonDown)
|
|
21564
21682
|
*/
|
|
21565
21683
|
export interface ButtonDown extends globalThis.EnumItem {
|
|
@@ -21569,6 +21687,8 @@ declare namespace Enum {
|
|
|
21569
21687
|
}
|
|
21570
21688
|
export const ButtonDown: ButtonDown;
|
|
21571
21689
|
/**
|
|
21690
|
+
* `MicroGamepad` (including TV remotes) `Left` directional button.
|
|
21691
|
+
*
|
|
21572
21692
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonLeft)
|
|
21573
21693
|
*/
|
|
21574
21694
|
export interface ButtonLeft extends globalThis.EnumItem {
|
|
@@ -21578,6 +21698,8 @@ declare namespace Enum {
|
|
|
21578
21698
|
}
|
|
21579
21699
|
export const ButtonLeft: ButtonLeft;
|
|
21580
21700
|
/**
|
|
21701
|
+
* `MicroGamepad` (including TV remotes) `Right` directional button.
|
|
21702
|
+
*
|
|
21581
21703
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonRight)
|
|
21582
21704
|
*/
|
|
21583
21705
|
export interface ButtonRight extends globalThis.EnumItem {
|
|
@@ -23511,6 +23633,60 @@ declare namespace Enum {
|
|
|
23511
23633
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MembershipType | undefined;
|
|
23512
23634
|
}
|
|
23513
23635
|
export type MembershipType = MembershipType.None | MembershipType.BuildersClub | MembershipType.TurboBuildersClub | MembershipType.OutrageousBuildersClub | MembershipType.Premium;
|
|
23636
|
+
/**
|
|
23637
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute)
|
|
23638
|
+
*/
|
|
23639
|
+
export namespace MeshAttribute {
|
|
23640
|
+
/**
|
|
23641
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute#Vertex)
|
|
23642
|
+
*/
|
|
23643
|
+
export interface Vertex extends globalThis.EnumItem {
|
|
23644
|
+
Name: "Vertex";
|
|
23645
|
+
Value: 0;
|
|
23646
|
+
EnumType: typeof globalThis.Enum.MeshAttribute;
|
|
23647
|
+
}
|
|
23648
|
+
export const Vertex: Vertex;
|
|
23649
|
+
/**
|
|
23650
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute#Normal)
|
|
23651
|
+
*/
|
|
23652
|
+
export interface Normal extends globalThis.EnumItem {
|
|
23653
|
+
Name: "Normal";
|
|
23654
|
+
Value: 1;
|
|
23655
|
+
EnumType: typeof globalThis.Enum.MeshAttribute;
|
|
23656
|
+
}
|
|
23657
|
+
export const Normal: Normal;
|
|
23658
|
+
/**
|
|
23659
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute#Color)
|
|
23660
|
+
*/
|
|
23661
|
+
export interface Color extends globalThis.EnumItem {
|
|
23662
|
+
Name: "Color";
|
|
23663
|
+
Value: 2;
|
|
23664
|
+
EnumType: typeof globalThis.Enum.MeshAttribute;
|
|
23665
|
+
}
|
|
23666
|
+
export const Color: Color;
|
|
23667
|
+
/**
|
|
23668
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute#UV)
|
|
23669
|
+
*/
|
|
23670
|
+
export interface UV extends globalThis.EnumItem {
|
|
23671
|
+
Name: "UV";
|
|
23672
|
+
Value: 3;
|
|
23673
|
+
EnumType: typeof globalThis.Enum.MeshAttribute;
|
|
23674
|
+
}
|
|
23675
|
+
export const UV: UV;
|
|
23676
|
+
/**
|
|
23677
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshAttribute#Face)
|
|
23678
|
+
*/
|
|
23679
|
+
export interface Face extends globalThis.EnumItem {
|
|
23680
|
+
Name: "Face";
|
|
23681
|
+
Value: 4;
|
|
23682
|
+
EnumType: typeof globalThis.Enum.MeshAttribute;
|
|
23683
|
+
}
|
|
23684
|
+
export const Face: Face;
|
|
23685
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.MeshAttribute>;
|
|
23686
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.MeshAttribute | undefined;
|
|
23687
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MeshAttribute | undefined;
|
|
23688
|
+
}
|
|
23689
|
+
export type MeshAttribute = MeshAttribute.Vertex | MeshAttribute.Normal | MeshAttribute.Color | MeshAttribute.UV | MeshAttribute.Face;
|
|
23514
23690
|
/**
|
|
23515
23691
|
* The level of detail of `MeshParts` displayed in Studio.
|
|
23516
23692
|
*
|
|
@@ -27080,6 +27256,8 @@ declare namespace Enum {
|
|
|
27080
27256
|
}
|
|
27081
27257
|
export const Touch: Touch;
|
|
27082
27258
|
/**
|
|
27259
|
+
* The player has connected or most recently interacted with a gamepad without a thumbstick (for example, a TV remote or another limited-input gamepad), and no standard gamepad is currently connected.
|
|
27260
|
+
*
|
|
27083
27261
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredInput#MicroGamepad)
|
|
27084
27262
|
*/
|
|
27085
27263
|
export interface MicroGamepad extends globalThis.EnumItem {
|
|
@@ -32523,6 +32701,94 @@ declare namespace Enum {
|
|
|
32523
32701
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SlimTintMode | undefined;
|
|
32524
32702
|
}
|
|
32525
32703
|
export type SlimTintMode = SlimTintMode.None | SlimTintMode.LOD | SlimTintMode.Meshes | SlimTintMode.Zone;
|
|
32704
|
+
/**
|
|
32705
|
+
* Describes the backend transcoding state of a SLIM model, from upload through transcoding to success or failure.
|
|
32706
|
+
*
|
|
32707
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus)
|
|
32708
|
+
*/
|
|
32709
|
+
export namespace SlimTranscoderStatus {
|
|
32710
|
+
/**
|
|
32711
|
+
* The transcoding status has not yet been determined. This is the initial state before the model has been queried. Shown as magenta in the debug tint overlay.
|
|
32712
|
+
*
|
|
32713
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#Unknown)
|
|
32714
|
+
*/
|
|
32715
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
32716
|
+
Name: "Unknown";
|
|
32717
|
+
Value: 0;
|
|
32718
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32719
|
+
}
|
|
32720
|
+
export const Unknown: Unknown;
|
|
32721
|
+
/**
|
|
32722
|
+
* The model is SLIM-enabled but does not yet have a generated hash, so transcoding has not been requested. Shown as cyan in the debug tint overlay.
|
|
32723
|
+
*
|
|
32724
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#NoHash)
|
|
32725
|
+
*/
|
|
32726
|
+
export interface NoHash extends globalThis.EnumItem {
|
|
32727
|
+
Name: "NoHash";
|
|
32728
|
+
Value: 1;
|
|
32729
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32730
|
+
}
|
|
32731
|
+
export const NoHash: NoHash;
|
|
32732
|
+
/**
|
|
32733
|
+
* The model's property set has not been uploaded to the content-delivery network. Shown as orange in the debug tint overlay.
|
|
32734
|
+
*
|
|
32735
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#NotUploaded)
|
|
32736
|
+
*/
|
|
32737
|
+
export interface NotUploaded extends globalThis.EnumItem {
|
|
32738
|
+
Name: "NotUploaded";
|
|
32739
|
+
Value: 2;
|
|
32740
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32741
|
+
}
|
|
32742
|
+
export const NotUploaded: NotUploaded;
|
|
32743
|
+
/**
|
|
32744
|
+
* The property set has been uploaded to the content-delivery network but has not yet been transcoded into SLIM assets. Shown as yellow in the debug tint overlay.
|
|
32745
|
+
*
|
|
32746
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#Uploaded)
|
|
32747
|
+
*/
|
|
32748
|
+
export interface Uploaded extends globalThis.EnumItem {
|
|
32749
|
+
Name: "Uploaded";
|
|
32750
|
+
Value: 3;
|
|
32751
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32752
|
+
}
|
|
32753
|
+
export const Uploaded: Uploaded;
|
|
32754
|
+
/**
|
|
32755
|
+
* SLIM transcoding is currently in progress on the backend. The model is expected to transition to Succeeded or Failed once transcoding completes. Shown as blue in the debug tint overlay.
|
|
32756
|
+
*
|
|
32757
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#InProgress)
|
|
32758
|
+
*/
|
|
32759
|
+
export interface InProgress extends globalThis.EnumItem {
|
|
32760
|
+
Name: "InProgress";
|
|
32761
|
+
Value: 4;
|
|
32762
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32763
|
+
}
|
|
32764
|
+
export const InProgress: InProgress;
|
|
32765
|
+
/**
|
|
32766
|
+
* Transcoding completed successfully and the SLIM assets are available for streaming. Shown as green in the debug tint overlay.
|
|
32767
|
+
*
|
|
32768
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#Succeeded)
|
|
32769
|
+
*/
|
|
32770
|
+
export interface Succeeded extends globalThis.EnumItem {
|
|
32771
|
+
Name: "Succeeded";
|
|
32772
|
+
Value: 5;
|
|
32773
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32774
|
+
}
|
|
32775
|
+
export const Succeeded: Succeeded;
|
|
32776
|
+
/**
|
|
32777
|
+
* Transcoding did not complete successfully. Shown as red in the debug tint overlay.
|
|
32778
|
+
*
|
|
32779
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SlimTranscoderStatus#Failed)
|
|
32780
|
+
*/
|
|
32781
|
+
export interface Failed extends globalThis.EnumItem {
|
|
32782
|
+
Name: "Failed";
|
|
32783
|
+
Value: 6;
|
|
32784
|
+
EnumType: typeof globalThis.Enum.SlimTranscoderStatus;
|
|
32785
|
+
}
|
|
32786
|
+
export const Failed: Failed;
|
|
32787
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SlimTranscoderStatus>;
|
|
32788
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SlimTranscoderStatus | undefined;
|
|
32789
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SlimTranscoderStatus | undefined;
|
|
32790
|
+
}
|
|
32791
|
+
export type SlimTranscoderStatus = SlimTranscoderStatus.Unknown | SlimTranscoderStatus.NoHash | SlimTranscoderStatus.NotUploaded | SlimTranscoderStatus.Uploaded | SlimTranscoderStatus.InProgress | SlimTranscoderStatus.Succeeded | SlimTranscoderStatus.Failed;
|
|
32526
32792
|
/**
|
|
32527
32793
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SolidPrimitiveType)
|
|
32528
32794
|
*/
|
|
@@ -39565,6 +39831,42 @@ declare namespace Enum {
|
|
|
39565
39831
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.UserInputType | undefined;
|
|
39566
39832
|
}
|
|
39567
39833
|
export type UserInputType = UserInputType.MouseButton1 | UserInputType.MouseButton2 | UserInputType.MouseButton3 | UserInputType.MouseWheel | UserInputType.MouseMovement | UserInputType.Touch | UserInputType.Keyboard | UserInputType.Focus | UserInputType.Accelerometer | UserInputType.Gyro | UserInputType.Gamepad1 | UserInputType.Gamepad2 | UserInputType.Gamepad3 | UserInputType.Gamepad4 | UserInputType.Gamepad5 | UserInputType.Gamepad6 | UserInputType.Gamepad7 | UserInputType.Gamepad8 | UserInputType.TextInput | UserInputType.InputMethod | UserInputType.None;
|
|
39834
|
+
/**
|
|
39835
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UserNewReturningStatus)
|
|
39836
|
+
*/
|
|
39837
|
+
export namespace UserNewReturningStatus {
|
|
39838
|
+
/**
|
|
39839
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UserNewReturningStatus#Unknown)
|
|
39840
|
+
*/
|
|
39841
|
+
export interface Unknown extends globalThis.EnumItem {
|
|
39842
|
+
Name: "Unknown";
|
|
39843
|
+
Value: 0;
|
|
39844
|
+
EnumType: typeof globalThis.Enum.UserNewReturningStatus;
|
|
39845
|
+
}
|
|
39846
|
+
export const Unknown: Unknown;
|
|
39847
|
+
/**
|
|
39848
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UserNewReturningStatus#New)
|
|
39849
|
+
*/
|
|
39850
|
+
export interface New extends globalThis.EnumItem {
|
|
39851
|
+
Name: "New";
|
|
39852
|
+
Value: 1;
|
|
39853
|
+
EnumType: typeof globalThis.Enum.UserNewReturningStatus;
|
|
39854
|
+
}
|
|
39855
|
+
export const New: New;
|
|
39856
|
+
/**
|
|
39857
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UserNewReturningStatus#Returning)
|
|
39858
|
+
*/
|
|
39859
|
+
export interface Returning extends globalThis.EnumItem {
|
|
39860
|
+
Name: "Returning";
|
|
39861
|
+
Value: 2;
|
|
39862
|
+
EnumType: typeof globalThis.Enum.UserNewReturningStatus;
|
|
39863
|
+
}
|
|
39864
|
+
export const Returning: Returning;
|
|
39865
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.UserNewReturningStatus>;
|
|
39866
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.UserNewReturningStatus | undefined;
|
|
39867
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.UserNewReturningStatus | undefined;
|
|
39868
|
+
}
|
|
39869
|
+
export type UserNewReturningStatus = UserNewReturningStatus.Unknown | UserNewReturningStatus.New | UserNewReturningStatus.Returning;
|
|
39568
39870
|
/**
|
|
39569
39871
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UserReturnStatus)
|
|
39570
39872
|
*/
|
|
@@ -40017,6 +40319,33 @@ declare namespace Enum {
|
|
|
40017
40319
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VelocityConstraintMode | undefined;
|
|
40018
40320
|
}
|
|
40019
40321
|
export type VelocityConstraintMode = VelocityConstraintMode.Line | VelocityConstraintMode.Plane | VelocityConstraintMode.Vector;
|
|
40322
|
+
/**
|
|
40323
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VerifiedLevel)
|
|
40324
|
+
*/
|
|
40325
|
+
export namespace VerifiedLevel {
|
|
40326
|
+
/**
|
|
40327
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VerifiedLevel#Low)
|
|
40328
|
+
*/
|
|
40329
|
+
export interface Low extends globalThis.EnumItem {
|
|
40330
|
+
Name: "Low";
|
|
40331
|
+
Value: 0;
|
|
40332
|
+
EnumType: typeof globalThis.Enum.VerifiedLevel;
|
|
40333
|
+
}
|
|
40334
|
+
export const Low: Low;
|
|
40335
|
+
/**
|
|
40336
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VerifiedLevel#High)
|
|
40337
|
+
*/
|
|
40338
|
+
export interface High extends globalThis.EnumItem {
|
|
40339
|
+
Name: "High";
|
|
40340
|
+
Value: 1;
|
|
40341
|
+
EnumType: typeof globalThis.Enum.VerifiedLevel;
|
|
40342
|
+
}
|
|
40343
|
+
export const High: High;
|
|
40344
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.VerifiedLevel>;
|
|
40345
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.VerifiedLevel | undefined;
|
|
40346
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VerifiedLevel | undefined;
|
|
40347
|
+
}
|
|
40348
|
+
export type VerifiedLevel = VerifiedLevel.Low | VerifiedLevel.High;
|
|
40020
40349
|
/**
|
|
40021
40350
|
* Used by `UIGridStyleLayout.VerticalAlignment` to align the layout vertically within its parent.
|
|
40022
40351
|
*
|