@rbxts/types 1.0.865 → 1.0.866
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.
|
@@ -548,6 +548,7 @@ interface Instances extends Services, CreatableInstances {
|
|
|
548
548
|
BevelMesh: BevelMesh;
|
|
549
549
|
BodyMover: BodyMover;
|
|
550
550
|
BubbleChatConfiguration: BubbleChatConfiguration;
|
|
551
|
+
CapturesPages: CapturesPages;
|
|
551
552
|
CatalogPages: CatalogPages;
|
|
552
553
|
ChannelSelectorSoundEffect: ChannelSelectorSoundEffect;
|
|
553
554
|
ChannelTabsConfiguration: ChannelTabsConfiguration;
|
|
@@ -780,6 +781,41 @@ interface Capture extends RBXObject {
|
|
|
780
781
|
* @deprecated
|
|
781
782
|
*/
|
|
782
783
|
readonly _nominal_Capture: unique symbol;
|
|
784
|
+
/**
|
|
785
|
+
* - **ThreadSafety**: ReadSafe
|
|
786
|
+
* - **Tags**: NotReplicated
|
|
787
|
+
*
|
|
788
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture#CaptureTime)
|
|
789
|
+
*/
|
|
790
|
+
readonly CaptureTime: DateTime;
|
|
791
|
+
/**
|
|
792
|
+
* - **ThreadSafety**: ReadSafe
|
|
793
|
+
* - **Tags**: NotReplicated
|
|
794
|
+
*
|
|
795
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture#CaptureType)
|
|
796
|
+
*/
|
|
797
|
+
readonly CaptureType: Enum.CaptureType;
|
|
798
|
+
/**
|
|
799
|
+
* - **ThreadSafety**: ReadSafe
|
|
800
|
+
* - **Tags**: NotReplicated
|
|
801
|
+
*
|
|
802
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture#LocalId)
|
|
803
|
+
*/
|
|
804
|
+
readonly LocalId: string;
|
|
805
|
+
/**
|
|
806
|
+
* - **ThreadSafety**: ReadSafe
|
|
807
|
+
* - **Tags**: NotReplicated
|
|
808
|
+
*
|
|
809
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture#SourcePlaceId)
|
|
810
|
+
*/
|
|
811
|
+
readonly SourcePlaceId: number;
|
|
812
|
+
/**
|
|
813
|
+
* - **ThreadSafety**: ReadSafe
|
|
814
|
+
* - **Tags**: NotReplicated
|
|
815
|
+
*
|
|
816
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture#SourceUniverseId)
|
|
817
|
+
*/
|
|
818
|
+
readonly SourceUniverseId: number;
|
|
783
819
|
}
|
|
784
820
|
/**
|
|
785
821
|
* - **Tags**: NotCreatable, NotReplicated
|
|
@@ -810,6 +846,13 @@ interface VideoCapture extends Capture {
|
|
|
810
846
|
* @deprecated
|
|
811
847
|
*/
|
|
812
848
|
readonly _nominal_VideoCapture: unique symbol;
|
|
849
|
+
/**
|
|
850
|
+
* - **ThreadSafety**: ReadSafe
|
|
851
|
+
* - **Tags**: NotReplicated
|
|
852
|
+
*
|
|
853
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoCapture#TimeLength)
|
|
854
|
+
*/
|
|
855
|
+
readonly TimeLength: number;
|
|
813
856
|
}
|
|
814
857
|
/**
|
|
815
858
|
* - **Tags**: NotCreatable, NotReplicated
|
|
@@ -1385,6 +1428,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1385
1428
|
* - **Tags**: CustomLuaState
|
|
1386
1429
|
*
|
|
1387
1430
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithColor)
|
|
1431
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1432
|
+
* @param colorId
|
|
1388
1433
|
*/
|
|
1389
1434
|
GetFacesWithColor(this: EditableMesh, colorId: number): Array<unknown>;
|
|
1390
1435
|
/**
|
|
@@ -1392,6 +1437,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1392
1437
|
* - **Tags**: CustomLuaState
|
|
1393
1438
|
*
|
|
1394
1439
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithNormal)
|
|
1440
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1441
|
+
* @param normalId
|
|
1395
1442
|
*/
|
|
1396
1443
|
GetFacesWithNormal(this: EditableMesh, normalId: number): Array<unknown>;
|
|
1397
1444
|
/**
|
|
@@ -1399,6 +1446,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1399
1446
|
* - **Tags**: CustomLuaState
|
|
1400
1447
|
*
|
|
1401
1448
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithUV)
|
|
1449
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1450
|
+
* @param uvId
|
|
1402
1451
|
*/
|
|
1403
1452
|
GetFacesWithUV(this: EditableMesh, uvId: number): Array<unknown>;
|
|
1404
1453
|
/**
|
|
@@ -1533,24 +1582,35 @@ interface EditableMesh extends RBXObject {
|
|
|
1533
1582
|
* - **Tags**: CustomLuaState
|
|
1534
1583
|
*
|
|
1535
1584
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexColors)
|
|
1585
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1586
|
+
* @param vertexId
|
|
1536
1587
|
*/
|
|
1537
1588
|
GetVertexColors(this: EditableMesh, vertexId: number): Array<unknown>;
|
|
1538
1589
|
/**
|
|
1539
1590
|
* - **ThreadSafety**: Unsafe
|
|
1540
1591
|
*
|
|
1541
1592
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceColor)
|
|
1593
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1594
|
+
* @param vertexId
|
|
1595
|
+
* @param faceId
|
|
1542
1596
|
*/
|
|
1543
1597
|
GetVertexFaceColor(this: EditableMesh, vertexId: number, faceId: number): number;
|
|
1544
1598
|
/**
|
|
1545
1599
|
* - **ThreadSafety**: Unsafe
|
|
1546
1600
|
*
|
|
1547
1601
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceNormal)
|
|
1602
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1603
|
+
* @param vertexId
|
|
1604
|
+
* @param faceId
|
|
1548
1605
|
*/
|
|
1549
1606
|
GetVertexFaceNormal(this: EditableMesh, vertexId: number, faceId: number): number;
|
|
1550
1607
|
/**
|
|
1551
1608
|
* - **ThreadSafety**: Unsafe
|
|
1552
1609
|
*
|
|
1553
1610
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceUV)
|
|
1611
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1612
|
+
* @param vertexId
|
|
1613
|
+
* @param faceId
|
|
1554
1614
|
*/
|
|
1555
1615
|
GetVertexFaceUV(this: EditableMesh, vertexId: number, faceId: number): number;
|
|
1556
1616
|
/**
|
|
@@ -1558,6 +1618,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1558
1618
|
* - **Tags**: CustomLuaState
|
|
1559
1619
|
*
|
|
1560
1620
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaces)
|
|
1621
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1622
|
+
* @param vertexId
|
|
1561
1623
|
*/
|
|
1562
1624
|
GetVertexFaces(this: EditableMesh, vertexId: number): Array<unknown>;
|
|
1563
1625
|
/**
|
|
@@ -1565,6 +1627,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1565
1627
|
* - **Tags**: CustomLuaState
|
|
1566
1628
|
*
|
|
1567
1629
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexNormals)
|
|
1630
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1631
|
+
* @param vertexId
|
|
1568
1632
|
*/
|
|
1569
1633
|
GetVertexNormals(this: EditableMesh, vertexId: number): Array<unknown>;
|
|
1570
1634
|
/**
|
|
@@ -1572,6 +1636,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1572
1636
|
* - **Tags**: CustomLuaState
|
|
1573
1637
|
*
|
|
1574
1638
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexUVs)
|
|
1639
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1640
|
+
* @param vertexId
|
|
1575
1641
|
*/
|
|
1576
1642
|
GetVertexUVs(this: EditableMesh, vertexId: number): Array<unknown>;
|
|
1577
1643
|
/**
|
|
@@ -1605,6 +1671,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1605
1671
|
* - **Tags**: CustomLuaState
|
|
1606
1672
|
*
|
|
1607
1673
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithColor)
|
|
1674
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1675
|
+
* @param colorId
|
|
1608
1676
|
*/
|
|
1609
1677
|
GetVerticesWithColor(this: EditableMesh, colorId: number): Array<unknown>;
|
|
1610
1678
|
/**
|
|
@@ -1612,6 +1680,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1612
1680
|
* - **Tags**: CustomLuaState
|
|
1613
1681
|
*
|
|
1614
1682
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithNormal)
|
|
1683
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1684
|
+
* @param normalId
|
|
1615
1685
|
*/
|
|
1616
1686
|
GetVerticesWithNormal(this: EditableMesh, normalId: number): Array<unknown>;
|
|
1617
1687
|
/**
|
|
@@ -1619,6 +1689,8 @@ interface EditableMesh extends RBXObject {
|
|
|
1619
1689
|
* - **Tags**: CustomLuaState
|
|
1620
1690
|
*
|
|
1621
1691
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithUV)
|
|
1692
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1693
|
+
* @param uvId
|
|
1622
1694
|
*/
|
|
1623
1695
|
GetVerticesWithUV(this: EditableMesh, uvId: number): Array<unknown>;
|
|
1624
1696
|
/**
|
|
@@ -1906,18 +1978,30 @@ interface EditableMesh extends RBXObject {
|
|
|
1906
1978
|
* - **ThreadSafety**: Unsafe
|
|
1907
1979
|
*
|
|
1908
1980
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceColor)
|
|
1981
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1982
|
+
* @param vertexId
|
|
1983
|
+
* @param faceId
|
|
1984
|
+
* @param colorId
|
|
1909
1985
|
*/
|
|
1910
1986
|
SetVertexFaceColor(this: EditableMesh, vertexId: number, faceId: number, colorId: number): void;
|
|
1911
1987
|
/**
|
|
1912
1988
|
* - **ThreadSafety**: Unsafe
|
|
1913
1989
|
*
|
|
1914
1990
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceNormal)
|
|
1991
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
1992
|
+
* @param vertexId
|
|
1993
|
+
* @param faceId
|
|
1994
|
+
* @param normalId
|
|
1915
1995
|
*/
|
|
1916
1996
|
SetVertexFaceNormal(this: EditableMesh, vertexId: number, faceId: number, normalId: number): void;
|
|
1917
1997
|
/**
|
|
1918
1998
|
* - **ThreadSafety**: Unsafe
|
|
1919
1999
|
*
|
|
1920
2000
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceUV)
|
|
2001
|
+
* @param this Instance which allows for the runtime creation and manipulation of meshes.
|
|
2002
|
+
* @param vertexId
|
|
2003
|
+
* @param faceId
|
|
2004
|
+
* @param uvId
|
|
1921
2005
|
*/
|
|
1922
2006
|
SetVertexFaceUV(this: EditableMesh, vertexId: number, faceId: number, uvId: number): void;
|
|
1923
2007
|
/**
|
|
@@ -3748,14 +3832,6 @@ interface AssetService extends Instance {
|
|
|
3748
3832
|
* @param editableMeshOptions Table containing options for the created `EditableMesh`. Currently no options are available since `FixedSize` will always be `false` for empty editable meshes.
|
|
3749
3833
|
*/
|
|
3750
3834
|
CreateEditableMesh(this: AssetService, editableMeshOptions?: object): EditableMesh;
|
|
3751
|
-
/**
|
|
3752
|
-
* - **ThreadSafety**: Unsafe
|
|
3753
|
-
*
|
|
3754
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetService#CreateSurfaceAppearance)
|
|
3755
|
-
* @param this A non-replicated service that handles asset-related queries to the Roblox web API.
|
|
3756
|
-
* @param content
|
|
3757
|
-
*/
|
|
3758
|
-
CreateSurfaceAppearance(this: AssetService, content: object): SurfaceAppearance;
|
|
3759
3835
|
/**
|
|
3760
3836
|
* Uploads a new asset to Roblox from the given object.
|
|
3761
3837
|
*
|
|
@@ -3877,6 +3953,13 @@ interface AssetService extends Instance {
|
|
|
3877
3953
|
* @param description
|
|
3878
3954
|
*/
|
|
3879
3955
|
CreatePlaceInPlayerInventoryAsync(this: AssetService, player: Player, placeName: string, templatePlaceID: number, description: string): number;
|
|
3956
|
+
/**
|
|
3957
|
+
* - **ThreadSafety**: Unsafe
|
|
3958
|
+
* - **Tags**: Yields
|
|
3959
|
+
*
|
|
3960
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetService#CreateSurfaceAppearanceAsync)
|
|
3961
|
+
*/
|
|
3962
|
+
CreateSurfaceAppearanceAsync(this: AssetService, content: object): SurfaceAppearance;
|
|
3880
3963
|
/**
|
|
3881
3964
|
* Returns an array of asset IDs that are contained in a specified package.
|
|
3882
3965
|
*
|
|
@@ -5965,15 +6048,13 @@ interface AudioPlayer extends Instance {
|
|
|
5965
6048
|
*/
|
|
5966
6049
|
Stop(this: AudioPlayer): void;
|
|
5967
6050
|
/**
|
|
5968
|
-
* Returns a list of samples across a time range for the given audio.
|
|
5969
|
-
*
|
|
5970
6051
|
* - **ThreadSafety**: Unsafe
|
|
5971
6052
|
* - **Tags**: Yields
|
|
5972
6053
|
*
|
|
5973
6054
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioPlayer#GetWaveformAsync)
|
|
5974
6055
|
* @param this Used to play audio assets.
|
|
5975
|
-
* @param timeRange
|
|
5976
|
-
* @param samples
|
|
6056
|
+
* @param timeRange
|
|
6057
|
+
* @param samples
|
|
5977
6058
|
*/
|
|
5978
6059
|
GetWaveformAsync(this: AudioPlayer, timeRange: NumberRange, samples: number): Array<unknown>;
|
|
5979
6060
|
/**
|
|
@@ -6537,15 +6618,13 @@ interface AudioTextToSpeech extends Instance {
|
|
|
6537
6618
|
*/
|
|
6538
6619
|
Unload(this: AudioTextToSpeech): void;
|
|
6539
6620
|
/**
|
|
6540
|
-
* Returns a list of samples across a time range for the given audio.
|
|
6541
|
-
*
|
|
6542
6621
|
* - **ThreadSafety**: Unsafe
|
|
6543
6622
|
* - **Tags**: Yields
|
|
6544
6623
|
*
|
|
6545
6624
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioTextToSpeech#GetWaveformAsync)
|
|
6546
6625
|
* @param this Plays text as speech audio.
|
|
6547
|
-
* @param timeRange
|
|
6548
|
-
* @param samples
|
|
6626
|
+
* @param timeRange
|
|
6627
|
+
* @param samples
|
|
6549
6628
|
*/
|
|
6550
6629
|
GetWaveformAsync(this: AudioTextToSpeech, timeRange: NumberRange, samples: number): Array<unknown>;
|
|
6551
6630
|
/**
|
|
@@ -6910,20 +6989,25 @@ interface AvatarCreationService extends Instance {
|
|
|
6910
6989
|
*/
|
|
6911
6990
|
GetValidationRules(this: AvatarCreationService): object;
|
|
6912
6991
|
/**
|
|
6992
|
+
* Automatically sets up a custom `Model` as an avatar asset.
|
|
6993
|
+
*
|
|
6913
6994
|
* - **ThreadSafety**: Unsafe
|
|
6914
6995
|
* - **Tags**: Yields
|
|
6915
6996
|
*
|
|
6916
6997
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#AutoSetupAvatarAsync)
|
|
6917
6998
|
* @param this A service to support developer avatar creators.
|
|
6918
|
-
* @param player
|
|
6919
|
-
* @param model
|
|
6999
|
+
* @param player The `Player` that the avatar is being set up for.
|
|
7000
|
+
* @param model The humanoid `Model` that will be set up as an avatar.
|
|
7001
|
+
* @returns A unique identifier for the generated avatar.
|
|
6920
7002
|
*/
|
|
6921
|
-
AutoSetupAvatarAsync(this: AvatarCreationService, player: Player, model: Model): string;
|
|
7003
|
+
AutoSetupAvatarAsync(this: AvatarCreationService, player: Player, model: Model, progressCallback?: Callback): string;
|
|
6922
7004
|
/**
|
|
6923
7005
|
* - **ThreadSafety**: Unsafe
|
|
6924
7006
|
* - **Tags**: Yields
|
|
6925
7007
|
*
|
|
6926
7008
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GenerateAvatar2DPreviewAsync)
|
|
7009
|
+
* @param this A service to support developer avatar creators.
|
|
7010
|
+
* @param avatarGeneration2dPreviewParams
|
|
6927
7011
|
*/
|
|
6928
7012
|
GenerateAvatar2DPreviewAsync(this: AvatarCreationService, avatarGeneration2dPreviewParams: object): string;
|
|
6929
7013
|
/**
|
|
@@ -6931,6 +7015,8 @@ interface AvatarCreationService extends Instance {
|
|
|
6931
7015
|
* - **Tags**: Yields
|
|
6932
7016
|
*
|
|
6933
7017
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GenerateAvatarAsync)
|
|
7018
|
+
* @param this A service to support developer avatar creators.
|
|
7019
|
+
* @param avatarGenerationParams
|
|
6934
7020
|
*/
|
|
6935
7021
|
GenerateAvatarAsync(this: AvatarCreationService, avatarGenerationParams: object): string;
|
|
6936
7022
|
/**
|
|
@@ -6950,15 +7036,20 @@ interface AvatarCreationService extends Instance {
|
|
|
6950
7036
|
* - **Tags**: Yields
|
|
6951
7037
|
*
|
|
6952
7038
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#LoadAvatar2DPreviewAsync)
|
|
7039
|
+
* @param this A service to support developer avatar creators.
|
|
7040
|
+
* @param previewId
|
|
6953
7041
|
*/
|
|
6954
7042
|
LoadAvatar2DPreviewAsync(this: AvatarCreationService, previewId: string): EditableImage;
|
|
6955
7043
|
/**
|
|
7044
|
+
* Loads a generated avatar using an avatar generation ID.
|
|
7045
|
+
*
|
|
6956
7046
|
* - **ThreadSafety**: Unsafe
|
|
6957
7047
|
* - **Tags**: Yields
|
|
6958
7048
|
*
|
|
6959
7049
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#LoadGeneratedAvatarAsync)
|
|
6960
7050
|
* @param this A service to support developer avatar creators.
|
|
6961
|
-
* @param generationId
|
|
7051
|
+
* @param generationId A unique string that identifies the generated avatar, as returned by `AutoSetupAvatarAsync()`.
|
|
7052
|
+
* @returns The `HumanoidDescription` of the generated avatar, which includes all the generated instances and properties.
|
|
6962
7053
|
*/
|
|
6963
7054
|
LoadGeneratedAvatarAsync(this: AvatarCreationService, generationId: string): HumanoidDescription;
|
|
6964
7055
|
/**
|
|
@@ -6993,6 +7084,8 @@ interface AvatarCreationService extends Instance {
|
|
|
6993
7084
|
* - **Tags**: Yields
|
|
6994
7085
|
*
|
|
6995
7086
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#PromptSelectAvatarGenerationImageAsync)
|
|
7087
|
+
* @param this A service to support developer avatar creators.
|
|
7088
|
+
* @param player
|
|
6996
7089
|
*/
|
|
6997
7090
|
PromptSelectAvatarGenerationImageAsync(this: AvatarCreationService, player: Player): string;
|
|
6998
7091
|
/**
|
|
@@ -7000,6 +7093,9 @@ interface AvatarCreationService extends Instance {
|
|
|
7000
7093
|
* - **Tags**: Yields
|
|
7001
7094
|
*
|
|
7002
7095
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#RequestAvatarGenerationSessionAsync)
|
|
7096
|
+
* @param this A service to support developer avatar creators.
|
|
7097
|
+
* @param player
|
|
7098
|
+
* @param callback
|
|
7003
7099
|
*/
|
|
7004
7100
|
RequestAvatarGenerationSessionAsync(this: AvatarCreationService, player: Player, callback: Callback): unknown;
|
|
7005
7101
|
/**
|
|
@@ -9468,6 +9564,12 @@ interface CaptureService extends Instance {
|
|
|
9468
9564
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#GetDeviceInfo)
|
|
9469
9565
|
*/
|
|
9470
9566
|
GetDeviceInfo(this: CaptureService): object;
|
|
9567
|
+
/**
|
|
9568
|
+
* - **ThreadSafety**: Unsafe
|
|
9569
|
+
*
|
|
9570
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#PromptCaptureGalleryPermission)
|
|
9571
|
+
*/
|
|
9572
|
+
PromptCaptureGalleryPermission(this: CaptureService, captureGalleryPermission: CastsToEnum<Enum.CaptureGalleryPermission>, onAcceptedCallback: Callback, onDeniedCallback: Callback): void;
|
|
9471
9573
|
/**
|
|
9472
9574
|
* Prompts the user to save specified captures to their gallery.
|
|
9473
9575
|
*
|
|
@@ -9510,6 +9612,13 @@ interface CaptureService extends Instance {
|
|
|
9510
9612
|
* @param captureParams
|
|
9511
9613
|
*/
|
|
9512
9614
|
TakeCapture(this: CaptureService, onCaptureReady: Callback, captureParams?: object): void;
|
|
9615
|
+
/**
|
|
9616
|
+
* - **ThreadSafety**: Unsafe
|
|
9617
|
+
* - **Tags**: Yields
|
|
9618
|
+
*
|
|
9619
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#ReadCapturesFromGalleryAsync)
|
|
9620
|
+
*/
|
|
9621
|
+
ReadCapturesFromGalleryAsync(this: CaptureService, captureTypeFilters?: Array<unknown>): unknown;
|
|
9513
9622
|
/**
|
|
9514
9623
|
* Initiates a video capture recording.
|
|
9515
9624
|
*
|
|
@@ -9522,6 +9631,13 @@ interface CaptureService extends Instance {
|
|
|
9522
9631
|
* @param captureParams
|
|
9523
9632
|
*/
|
|
9524
9633
|
StartVideoCaptureAsync(this: CaptureService, onCaptureReady: Callback, captureParams?: object): Enum.VideoCaptureStartedResult;
|
|
9634
|
+
/**
|
|
9635
|
+
* - **ThreadSafety**: Unsafe
|
|
9636
|
+
* - **Tags**: Yields
|
|
9637
|
+
*
|
|
9638
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#UploadCaptureAsync)
|
|
9639
|
+
*/
|
|
9640
|
+
UploadCaptureAsync(this: CaptureService, capture: Capture): unknown;
|
|
9525
9641
|
/**
|
|
9526
9642
|
* Fires immediately before a capture begins.
|
|
9527
9643
|
*
|
|
@@ -14470,98 +14586,98 @@ interface DraggerService extends Instance {
|
|
|
14470
14586
|
*
|
|
14471
14587
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#AlignDraggedObjects)
|
|
14472
14588
|
*/
|
|
14473
|
-
|
|
14589
|
+
AlignDraggedObjects: boolean;
|
|
14474
14590
|
/**
|
|
14475
14591
|
* - **ThreadSafety**: ReadSafe
|
|
14476
14592
|
* - **Tags**: NotReplicated
|
|
14477
14593
|
*
|
|
14478
14594
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#AngleSnapEnabled)
|
|
14479
14595
|
*/
|
|
14480
|
-
|
|
14596
|
+
AngleSnapEnabled: boolean;
|
|
14481
14597
|
/**
|
|
14482
14598
|
* - **ThreadSafety**: ReadSafe
|
|
14483
14599
|
* - **Tags**: NotReplicated
|
|
14484
14600
|
*
|
|
14485
14601
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#AngleSnapIncrement)
|
|
14486
14602
|
*/
|
|
14487
|
-
|
|
14603
|
+
AngleSnapIncrement: number;
|
|
14488
14604
|
/**
|
|
14489
14605
|
* - **ThreadSafety**: ReadSafe
|
|
14490
14606
|
* - **Tags**: NotReplicated
|
|
14491
14607
|
*
|
|
14492
14608
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#AnimateHover)
|
|
14493
14609
|
*/
|
|
14494
|
-
|
|
14610
|
+
AnimateHover: boolean;
|
|
14495
14611
|
/**
|
|
14496
14612
|
* - **ThreadSafety**: ReadSafe
|
|
14497
14613
|
* - **Tags**: NotReplicated
|
|
14498
14614
|
*
|
|
14499
14615
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#CollisionsEnabled)
|
|
14500
14616
|
*/
|
|
14501
|
-
|
|
14617
|
+
CollisionsEnabled: boolean;
|
|
14502
14618
|
/**
|
|
14503
14619
|
* - **ThreadSafety**: ReadSafe
|
|
14504
14620
|
* - **Tags**: NotReplicated
|
|
14505
14621
|
*
|
|
14506
14622
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#DraggerCoordinateSpace)
|
|
14507
14623
|
*/
|
|
14508
|
-
|
|
14624
|
+
DraggerCoordinateSpace: Enum.DraggerCoordinateSpace;
|
|
14509
14625
|
/**
|
|
14510
14626
|
* - **ThreadSafety**: ReadSafe
|
|
14511
14627
|
* - **Tags**: NotReplicated
|
|
14512
14628
|
*
|
|
14513
14629
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#DraggerMovementMode)
|
|
14514
14630
|
*/
|
|
14515
|
-
|
|
14631
|
+
DraggerMovementMode: Enum.DraggerMovementMode;
|
|
14516
14632
|
/**
|
|
14517
14633
|
* - **ThreadSafety**: ReadSafe
|
|
14518
14634
|
* - **Tags**: NotReplicated
|
|
14519
14635
|
*
|
|
14520
14636
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#GeometrySnapColor)
|
|
14521
14637
|
*/
|
|
14522
|
-
|
|
14638
|
+
GeometrySnapColor: Color3;
|
|
14523
14639
|
/**
|
|
14524
14640
|
* - **ThreadSafety**: ReadSafe
|
|
14525
14641
|
* - **Tags**: NotReplicated
|
|
14526
14642
|
*
|
|
14527
14643
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#HoverAnimateFrequency)
|
|
14528
14644
|
*/
|
|
14529
|
-
|
|
14645
|
+
HoverAnimateFrequency: number;
|
|
14530
14646
|
/**
|
|
14531
14647
|
* - **ThreadSafety**: ReadSafe
|
|
14532
14648
|
* - **Tags**: NotReplicated
|
|
14533
14649
|
*
|
|
14534
14650
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#HoverThickness)
|
|
14535
14651
|
*/
|
|
14536
|
-
|
|
14652
|
+
HoverThickness: number;
|
|
14537
14653
|
/**
|
|
14538
14654
|
* - **ThreadSafety**: ReadSafe
|
|
14539
14655
|
* - **Tags**: NotReplicated
|
|
14540
14656
|
*
|
|
14541
14657
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#JointsEnabled)
|
|
14542
14658
|
*/
|
|
14543
|
-
|
|
14659
|
+
JointsEnabled: boolean;
|
|
14544
14660
|
/**
|
|
14545
14661
|
* - **ThreadSafety**: ReadSafe
|
|
14546
14662
|
* - **Tags**: NotReplicated
|
|
14547
14663
|
*
|
|
14548
14664
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#LinearSnapEnabled)
|
|
14549
14665
|
*/
|
|
14550
|
-
|
|
14666
|
+
LinearSnapEnabled: boolean;
|
|
14551
14667
|
/**
|
|
14552
14668
|
* - **ThreadSafety**: ReadSafe
|
|
14553
14669
|
* - **Tags**: NotReplicated
|
|
14554
14670
|
*
|
|
14555
14671
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#LinearSnapIncrement)
|
|
14556
14672
|
*/
|
|
14557
|
-
|
|
14673
|
+
LinearSnapIncrement: number;
|
|
14558
14674
|
/**
|
|
14559
14675
|
* - **ThreadSafety**: ReadSafe
|
|
14560
14676
|
* - **Tags**: NotReplicated
|
|
14561
14677
|
*
|
|
14562
14678
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DraggerService#ShowHover)
|
|
14563
14679
|
*/
|
|
14564
|
-
|
|
14680
|
+
ShowHover: boolean;
|
|
14565
14681
|
/**
|
|
14566
14682
|
* - **ThreadSafety**: ReadSafe
|
|
14567
14683
|
* - **Tags**: NotReplicated
|
|
@@ -15703,7 +15819,7 @@ interface GenerationService extends Instance {
|
|
|
15703
15819
|
* @param this Service that allows developers to generate 3D objects from text prompts.
|
|
15704
15820
|
* @param inputs A dictionary containing the mesh generation prompts. Currently, the only supported key is the `Prompt` (string) that describes the mesh to generate.
|
|
15705
15821
|
* @param player The `Player` requesting the generation.
|
|
15706
|
-
* @param options A dictionary for additional generation options to influence the result. The following key is supported: - `SuggestedSize` — Optional `Vector3` representing a size
|
|
15822
|
+
* @param options A dictionary for additional generation options to influence the result. The following key is supported: - `SuggestedSize` — Optional `Vector3` representing a size guide for the generated asset. The service will attempt to create a model with a size and proportion similar to the provided `Vector3`. This does not guarantee the final output size.
|
|
15707
15823
|
*
|
|
15708
15824
|
*
|
|
15709
15825
|
* @param intermediateResultCallback A callback function triggered with intermediate generation results. Useful for retrieving early mesh versions before textures are applied.
|
|
@@ -17016,6 +17132,8 @@ interface ImageButton extends GuiButton {
|
|
|
17016
17132
|
*/
|
|
17017
17133
|
HoverImage: ContentId;
|
|
17018
17134
|
/**
|
|
17135
|
+
* The image content that will be used when the `ImageButton` is being hovered. Only supports asset URIs.
|
|
17136
|
+
*
|
|
17019
17137
|
* - **ThreadSafety**: ReadSafe
|
|
17020
17138
|
*
|
|
17021
17139
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#HoverImageContent)
|
|
@@ -17087,6 +17205,8 @@ interface ImageButton extends GuiButton {
|
|
|
17087
17205
|
*/
|
|
17088
17206
|
PressedImage: ContentId;
|
|
17089
17207
|
/**
|
|
17208
|
+
* The image content that will be used when an `ImageButton` is being pressed. Only supports asset URIs.
|
|
17209
|
+
*
|
|
17090
17210
|
* - **ThreadSafety**: ReadSafe
|
|
17091
17211
|
*
|
|
17092
17212
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#PressedImageContent)
|
|
@@ -17806,6 +17926,8 @@ interface ScrollingFrame extends GuiObject {
|
|
|
17806
17926
|
*/
|
|
17807
17927
|
BottomImage: ContentId;
|
|
17808
17928
|
/**
|
|
17929
|
+
* Image that displays on the bottom of a vertical scroll bar, or the right of a horizontal scroll bar (rotated 90° counterclockwise for a horizontal scroll bar). Only supports asset URIs as textures.
|
|
17930
|
+
*
|
|
17809
17931
|
* - **ThreadSafety**: ReadSafe
|
|
17810
17932
|
*
|
|
17811
17933
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#BottomImageContent)
|
|
@@ -17852,6 +17974,8 @@ interface ScrollingFrame extends GuiObject {
|
|
|
17852
17974
|
*/
|
|
17853
17975
|
MidImage: ContentId;
|
|
17854
17976
|
/**
|
|
17977
|
+
* Image which spans the area between `TopImageContent` and `BottomImageContent` (rotated 90° counterclockwise for a horizontal scroll bar). Only supports asset URIs as textures.
|
|
17978
|
+
*
|
|
17855
17979
|
* - **ThreadSafety**: ReadSafe
|
|
17856
17980
|
*
|
|
17857
17981
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScrollingFrame#MidImageContent)
|
|
@@ -31076,6 +31200,21 @@ interface BanHistoryPages extends Pages {
|
|
|
31076
31200
|
*/
|
|
31077
31201
|
readonly _nominal_BanHistoryPages: unique symbol;
|
|
31078
31202
|
}
|
|
31203
|
+
/**
|
|
31204
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
31205
|
+
*
|
|
31206
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CapturesPages)
|
|
31207
|
+
*/
|
|
31208
|
+
interface CapturesPages extends Pages {
|
|
31209
|
+
/**
|
|
31210
|
+
* **DO NOT USE!**
|
|
31211
|
+
*
|
|
31212
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
31213
|
+
* @hidden
|
|
31214
|
+
* @deprecated
|
|
31215
|
+
*/
|
|
31216
|
+
readonly _nominal_CapturesPages: unique symbol;
|
|
31217
|
+
}
|
|
31079
31218
|
/**
|
|
31080
31219
|
* - **Tags**: NotCreatable, NotReplicated
|
|
31081
31220
|
*
|
|
@@ -32610,6 +32749,7 @@ interface Player extends Instance {
|
|
|
32610
32749
|
* - **ThreadSafety**: Unsafe
|
|
32611
32750
|
*
|
|
32612
32751
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#GetData)
|
|
32752
|
+
* @param this An object that represents a presently connected client to the experience.
|
|
32613
32753
|
*/
|
|
32614
32754
|
GetData(this: Player): PlayerData;
|
|
32615
32755
|
/**
|
|
@@ -34587,6 +34727,7 @@ interface RecommendationService extends Instance {
|
|
|
34587
34727
|
*
|
|
34588
34728
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RecommendationService#RegisterItemAsync)
|
|
34589
34729
|
* @param this
|
|
34730
|
+
* @param player
|
|
34590
34731
|
* @param registerRecommendationItemsRequest
|
|
34591
34732
|
*/
|
|
34592
34733
|
RegisterItemAsync(this: RecommendationService, player: Player, registerRecommendationItemsRequest: object): object;
|
|
@@ -42686,6 +42827,18 @@ interface UIStroke extends UIComponent {
|
|
|
42686
42827
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#ApplyStrokeMode)
|
|
42687
42828
|
*/
|
|
42688
42829
|
ApplyStrokeMode: Enum.ApplyStrokeMode;
|
|
42830
|
+
/**
|
|
42831
|
+
* - **ThreadSafety**: ReadSafe
|
|
42832
|
+
*
|
|
42833
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#BorderOffset)
|
|
42834
|
+
*/
|
|
42835
|
+
BorderOffset: UDim;
|
|
42836
|
+
/**
|
|
42837
|
+
* - **ThreadSafety**: ReadSafe
|
|
42838
|
+
*
|
|
42839
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#BorderStrokePosition)
|
|
42840
|
+
*/
|
|
42841
|
+
BorderStrokePosition: Enum.BorderStrokePosition;
|
|
42689
42842
|
/**
|
|
42690
42843
|
* Determines the stroke color.
|
|
42691
42844
|
*
|
|
@@ -568,6 +568,7 @@ interface Instances extends Services, CreatableInstances {
|
|
|
568
568
|
BevelMesh: BevelMesh;
|
|
569
569
|
BodyMover: BodyMover;
|
|
570
570
|
BubbleChatConfiguration: BubbleChatConfiguration;
|
|
571
|
+
CapturesPages: CapturesPages;
|
|
571
572
|
CatalogPages: CatalogPages;
|
|
572
573
|
ChannelSelectorSoundEffect: ChannelSelectorSoundEffect;
|
|
573
574
|
ChannelTabsConfiguration: ChannelTabsConfiguration;
|
|
@@ -7924,6 +7925,8 @@ interface MaterialVariant extends Instance {
|
|
|
7924
7925
|
*/
|
|
7925
7926
|
ColorMap: ContentId;
|
|
7926
7927
|
/**
|
|
7928
|
+
* Determines the color of the surface. Only supports asset URIs as textures.
|
|
7929
|
+
*
|
|
7927
7930
|
* - **ThreadSafety**: ReadSafe
|
|
7928
7931
|
*
|
|
7929
7932
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialVariant#ColorMapContent)
|
|
@@ -7938,6 +7941,8 @@ interface MaterialVariant extends Instance {
|
|
|
7938
7941
|
*/
|
|
7939
7942
|
MetalnessMap: ContentId;
|
|
7940
7943
|
/**
|
|
7944
|
+
* Determines which parts of the surface are metal and are non-metal. Only supports asset URIs as textures.
|
|
7945
|
+
*
|
|
7941
7946
|
* - **ThreadSafety**: ReadSafe
|
|
7942
7947
|
*
|
|
7943
7948
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialVariant#MetalnessMapContent)
|
|
@@ -7952,6 +7957,8 @@ interface MaterialVariant extends Instance {
|
|
|
7952
7957
|
*/
|
|
7953
7958
|
NormalMap: ContentId;
|
|
7954
7959
|
/**
|
|
7960
|
+
* Modifies the lighting of the surface by adding bumps, dents, cracks, and curves without adding more polygons. Only supports asset URIs as textures.
|
|
7961
|
+
*
|
|
7955
7962
|
* - **ThreadSafety**: ReadSafe
|
|
7956
7963
|
*
|
|
7957
7964
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialVariant#NormalMapContent)
|
|
@@ -7966,6 +7973,8 @@ interface MaterialVariant extends Instance {
|
|
|
7966
7973
|
*/
|
|
7967
7974
|
RoughnessMap: ContentId;
|
|
7968
7975
|
/**
|
|
7976
|
+
* Determines the apparent roughness across the surface. Only supports asset URIs as textures.
|
|
7977
|
+
*
|
|
7969
7978
|
* - **ThreadSafety**: ReadSafe
|
|
7970
7979
|
*
|
|
7971
7980
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialVariant#RoughnessMapContent)
|
|
@@ -9203,6 +9212,21 @@ interface BanHistoryPages extends Pages {
|
|
|
9203
9212
|
*/
|
|
9204
9213
|
readonly _nominal_BanHistoryPages: unique symbol;
|
|
9205
9214
|
}
|
|
9215
|
+
/**
|
|
9216
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
9217
|
+
*
|
|
9218
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CapturesPages)
|
|
9219
|
+
*/
|
|
9220
|
+
interface CapturesPages extends Pages {
|
|
9221
|
+
/**
|
|
9222
|
+
* **DO NOT USE!**
|
|
9223
|
+
*
|
|
9224
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9225
|
+
* @hidden
|
|
9226
|
+
* @deprecated
|
|
9227
|
+
*/
|
|
9228
|
+
readonly _nominal_CapturesPages: unique symbol;
|
|
9229
|
+
}
|
|
9206
9230
|
/**
|
|
9207
9231
|
* - **Tags**: NotCreatable, NotReplicated
|
|
9208
9232
|
*
|
|
@@ -13457,6 +13481,8 @@ interface TerrainDetail extends Instance {
|
|
|
13457
13481
|
*/
|
|
13458
13482
|
ColorMap: ContentId;
|
|
13459
13483
|
/**
|
|
13484
|
+
* Determines the color of the surface. Only supports asset URIs as textures.
|
|
13485
|
+
*
|
|
13460
13486
|
* - **ThreadSafety**: ReadSafe
|
|
13461
13487
|
*
|
|
13462
13488
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#ColorMapContent)
|
|
@@ -13471,6 +13497,8 @@ interface TerrainDetail extends Instance {
|
|
|
13471
13497
|
*/
|
|
13472
13498
|
MetalnessMap: ContentId;
|
|
13473
13499
|
/**
|
|
13500
|
+
* Determines which parts of the surface are metal and are non-metal. Only supports asset URIs as textures.
|
|
13501
|
+
*
|
|
13474
13502
|
* - **ThreadSafety**: ReadSafe
|
|
13475
13503
|
*
|
|
13476
13504
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#MetalnessMapContent)
|
|
@@ -13485,6 +13513,8 @@ interface TerrainDetail extends Instance {
|
|
|
13485
13513
|
*/
|
|
13486
13514
|
NormalMap: ContentId;
|
|
13487
13515
|
/**
|
|
13516
|
+
* Modifies the lighting of the surface by adding bumps, dents, cracks, and curves without adding more polygons. Only supports asset URIs as textures.
|
|
13517
|
+
*
|
|
13488
13518
|
* - **ThreadSafety**: ReadSafe
|
|
13489
13519
|
*
|
|
13490
13520
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#NormalMapContent)
|
|
@@ -13499,6 +13529,8 @@ interface TerrainDetail extends Instance {
|
|
|
13499
13529
|
*/
|
|
13500
13530
|
RoughnessMap: ContentId;
|
|
13501
13531
|
/**
|
|
13532
|
+
* Determines the apparent roughness across the surface. Only supports asset URIs as textures.
|
|
13533
|
+
*
|
|
13502
13534
|
* - **ThreadSafety**: ReadSafe
|
|
13503
13535
|
*
|
|
13504
13536
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#RoughnessMapContent)
|
|
@@ -5173,6 +5173,42 @@ declare namespace Enum {
|
|
|
5173
5173
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.BorderMode | undefined;
|
|
5174
5174
|
}
|
|
5175
5175
|
export type BorderMode = BorderMode.Outline | BorderMode.Middle | BorderMode.Inset;
|
|
5176
|
+
/**
|
|
5177
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition)
|
|
5178
|
+
*/
|
|
5179
|
+
export namespace BorderStrokePosition {
|
|
5180
|
+
/**
|
|
5181
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Outer)
|
|
5182
|
+
*/
|
|
5183
|
+
export interface Outer extends globalThis.EnumItem {
|
|
5184
|
+
Name: "Outer";
|
|
5185
|
+
Value: 0;
|
|
5186
|
+
EnumType: typeof globalThis.Enum.BorderStrokePosition;
|
|
5187
|
+
}
|
|
5188
|
+
export const Outer: Outer;
|
|
5189
|
+
/**
|
|
5190
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Center)
|
|
5191
|
+
*/
|
|
5192
|
+
export interface Center extends globalThis.EnumItem {
|
|
5193
|
+
Name: "Center";
|
|
5194
|
+
Value: 1;
|
|
5195
|
+
EnumType: typeof globalThis.Enum.BorderStrokePosition;
|
|
5196
|
+
}
|
|
5197
|
+
export const Center: Center;
|
|
5198
|
+
/**
|
|
5199
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Inner)
|
|
5200
|
+
*/
|
|
5201
|
+
export interface Inner extends globalThis.EnumItem {
|
|
5202
|
+
Name: "Inner";
|
|
5203
|
+
Value: 2;
|
|
5204
|
+
EnumType: typeof globalThis.Enum.BorderStrokePosition;
|
|
5205
|
+
}
|
|
5206
|
+
export const Inner: Inner;
|
|
5207
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.BorderStrokePosition>;
|
|
5208
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.BorderStrokePosition | undefined;
|
|
5209
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.BorderStrokePosition | undefined;
|
|
5210
|
+
}
|
|
5211
|
+
export type BorderStrokePosition = BorderStrokePosition.Outer | BorderStrokePosition.Center | BorderStrokePosition.Inner;
|
|
5176
5212
|
/**
|
|
5177
5213
|
* Reason for the breakpoint hit.
|
|
5178
5214
|
*
|
|
@@ -5701,6 +5737,24 @@ declare namespace Enum {
|
|
|
5701
5737
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CameraType | undefined;
|
|
5702
5738
|
}
|
|
5703
5739
|
export type CameraType = CameraType.Fixed | CameraType.Attach | CameraType.Watch | CameraType.Track | CameraType.Follow | CameraType.Custom | CameraType.Scriptable | CameraType.Orbital;
|
|
5740
|
+
/**
|
|
5741
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureGalleryPermission)
|
|
5742
|
+
*/
|
|
5743
|
+
export namespace CaptureGalleryPermission {
|
|
5744
|
+
/**
|
|
5745
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureGalleryPermission#ReadAndUpload)
|
|
5746
|
+
*/
|
|
5747
|
+
export interface ReadAndUpload extends globalThis.EnumItem {
|
|
5748
|
+
Name: "ReadAndUpload";
|
|
5749
|
+
Value: 0;
|
|
5750
|
+
EnumType: typeof globalThis.Enum.CaptureGalleryPermission;
|
|
5751
|
+
}
|
|
5752
|
+
export const ReadAndUpload: ReadAndUpload;
|
|
5753
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CaptureGalleryPermission>;
|
|
5754
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CaptureGalleryPermission | undefined;
|
|
5755
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CaptureGalleryPermission | undefined;
|
|
5756
|
+
}
|
|
5757
|
+
export type CaptureGalleryPermission = CaptureGalleryPermission.ReadAndUpload;
|
|
5704
5758
|
/**
|
|
5705
5759
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureType)
|
|
5706
5760
|
*/
|
|
@@ -5710,7 +5764,7 @@ declare namespace Enum {
|
|
|
5710
5764
|
*/
|
|
5711
5765
|
export interface Screenshot extends globalThis.EnumItem {
|
|
5712
5766
|
Name: "Screenshot";
|
|
5713
|
-
Value:
|
|
5767
|
+
Value: 1;
|
|
5714
5768
|
EnumType: typeof globalThis.Enum.CaptureType;
|
|
5715
5769
|
}
|
|
5716
5770
|
export const Screenshot: Screenshot;
|
|
@@ -5719,7 +5773,7 @@ declare namespace Enum {
|
|
|
5719
5773
|
*/
|
|
5720
5774
|
export interface Video extends globalThis.EnumItem {
|
|
5721
5775
|
Name: "Video";
|
|
5722
|
-
Value:
|
|
5776
|
+
Value: 2;
|
|
5723
5777
|
EnumType: typeof globalThis.Enum.CaptureType;
|
|
5724
5778
|
}
|
|
5725
5779
|
export const Video: Video;
|
|
@@ -18758,10 +18812,14 @@ declare namespace Enum {
|
|
|
18758
18812
|
}
|
|
18759
18813
|
export type LexemeType = LexemeType.Eof | LexemeType.Name | LexemeType.QuotedString | LexemeType.Number | LexemeType.And | LexemeType.Or | LexemeType.Equal | LexemeType.TildeEqual | LexemeType.GreaterThan | LexemeType.GreaterThanEqual | LexemeType.LessThan | LexemeType.LessThanEqual | LexemeType.Colon | LexemeType.Dot | LexemeType.LeftParenthesis | LexemeType.RightParenthesis | LexemeType.Star | LexemeType.DoubleStar | LexemeType.ReservedSpecial;
|
|
18760
18814
|
/**
|
|
18815
|
+
* Enum used by `Lighting.LightingStyle` to indicate the artistic intent behind lighting in the experience.
|
|
18816
|
+
*
|
|
18761
18817
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LightingStyle)
|
|
18762
18818
|
*/
|
|
18763
18819
|
export namespace LightingStyle {
|
|
18764
18820
|
/**
|
|
18821
|
+
* The most advanced and realistic lighting and shadows Roblox can deliver.
|
|
18822
|
+
*
|
|
18765
18823
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LightingStyle#Realistic)
|
|
18766
18824
|
*/
|
|
18767
18825
|
export interface Realistic extends globalThis.EnumItem {
|
|
@@ -18771,6 +18829,8 @@ declare namespace Enum {
|
|
|
18771
18829
|
}
|
|
18772
18830
|
export const Realistic: Realistic;
|
|
18773
18831
|
/**
|
|
18832
|
+
* A flat, retro-Roblox look with softer lights and shadows.
|
|
18833
|
+
*
|
|
18774
18834
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LightingStyle#Soft)
|
|
18775
18835
|
*/
|
|
18776
18836
|
export interface Soft extends globalThis.EnumItem {
|
|
@@ -22164,6 +22224,51 @@ declare namespace Enum {
|
|
|
22164
22224
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PathfindingUseImprovedSearch | undefined;
|
|
22165
22225
|
}
|
|
22166
22226
|
export type PathfindingUseImprovedSearch = PathfindingUseImprovedSearch.Default | PathfindingUseImprovedSearch.Disabled | PathfindingUseImprovedSearch.Enabled;
|
|
22227
|
+
/**
|
|
22228
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PerformanceOverlayMode)
|
|
22229
|
+
*/
|
|
22230
|
+
export namespace PerformanceOverlayMode {
|
|
22231
|
+
/**
|
|
22232
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PerformanceOverlayMode#Overdraw)
|
|
22233
|
+
*/
|
|
22234
|
+
export interface Overdraw extends globalThis.EnumItem {
|
|
22235
|
+
Name: "Overdraw";
|
|
22236
|
+
Value: 0;
|
|
22237
|
+
EnumType: typeof globalThis.Enum.PerformanceOverlayMode;
|
|
22238
|
+
}
|
|
22239
|
+
export const Overdraw: Overdraw;
|
|
22240
|
+
/**
|
|
22241
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PerformanceOverlayMode#Transparent)
|
|
22242
|
+
*/
|
|
22243
|
+
export interface Transparent extends globalThis.EnumItem {
|
|
22244
|
+
Name: "Transparent";
|
|
22245
|
+
Value: 1;
|
|
22246
|
+
EnumType: typeof globalThis.Enum.PerformanceOverlayMode;
|
|
22247
|
+
}
|
|
22248
|
+
export const Transparent: Transparent;
|
|
22249
|
+
/**
|
|
22250
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PerformanceOverlayMode#Decals)
|
|
22251
|
+
*/
|
|
22252
|
+
export interface Decals extends globalThis.EnumItem {
|
|
22253
|
+
Name: "Decals";
|
|
22254
|
+
Value: 2;
|
|
22255
|
+
EnumType: typeof globalThis.Enum.PerformanceOverlayMode;
|
|
22256
|
+
}
|
|
22257
|
+
export const Decals: Decals;
|
|
22258
|
+
/**
|
|
22259
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PerformanceOverlayMode#Lights)
|
|
22260
|
+
*/
|
|
22261
|
+
export interface Lights extends globalThis.EnumItem {
|
|
22262
|
+
Name: "Lights";
|
|
22263
|
+
Value: 3;
|
|
22264
|
+
EnumType: typeof globalThis.Enum.PerformanceOverlayMode;
|
|
22265
|
+
}
|
|
22266
|
+
export const Lights: Lights;
|
|
22267
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PerformanceOverlayMode>;
|
|
22268
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PerformanceOverlayMode | undefined;
|
|
22269
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PerformanceOverlayMode | undefined;
|
|
22270
|
+
}
|
|
22271
|
+
export type PerformanceOverlayMode = PerformanceOverlayMode.Overdraw | PerformanceOverlayMode.Transparent | PerformanceOverlayMode.Decals | PerformanceOverlayMode.Lights;
|
|
22167
22272
|
/**
|
|
22168
22273
|
* Used to set the highest permission level that APIs have to have in order to be shown in the Object Browser.
|
|
22169
22274
|
*
|
|
@@ -23036,8 +23141,6 @@ declare namespace Enum {
|
|
|
23036
23141
|
}
|
|
23037
23142
|
export const None: None;
|
|
23038
23143
|
/**
|
|
23039
|
-
* **Deprecated:**
|
|
23040
|
-
*
|
|
23041
23144
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#Forced)
|
|
23042
23145
|
*/
|
|
23043
23146
|
export interface Forced extends globalThis.EnumItem {
|
|
@@ -24178,6 +24281,33 @@ declare namespace Enum {
|
|
|
24178
24281
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RaycastFilterType | undefined;
|
|
24179
24282
|
}
|
|
24180
24283
|
export type RaycastFilterType = RaycastFilterType.Exclude | RaycastFilterType.Include;
|
|
24284
|
+
/**
|
|
24285
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReadCapturesFromGalleryResult)
|
|
24286
|
+
*/
|
|
24287
|
+
export namespace ReadCapturesFromGalleryResult {
|
|
24288
|
+
/**
|
|
24289
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReadCapturesFromGalleryResult#Success)
|
|
24290
|
+
*/
|
|
24291
|
+
export interface Success extends globalThis.EnumItem {
|
|
24292
|
+
Name: "Success";
|
|
24293
|
+
Value: 0;
|
|
24294
|
+
EnumType: typeof globalThis.Enum.ReadCapturesFromGalleryResult;
|
|
24295
|
+
}
|
|
24296
|
+
export const Success: Success;
|
|
24297
|
+
/**
|
|
24298
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReadCapturesFromGalleryResult#NeedPermission)
|
|
24299
|
+
*/
|
|
24300
|
+
export interface NeedPermission extends globalThis.EnumItem {
|
|
24301
|
+
Name: "NeedPermission";
|
|
24302
|
+
Value: 1;
|
|
24303
|
+
EnumType: typeof globalThis.Enum.ReadCapturesFromGalleryResult;
|
|
24304
|
+
}
|
|
24305
|
+
export const NeedPermission: NeedPermission;
|
|
24306
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ReadCapturesFromGalleryResult>;
|
|
24307
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ReadCapturesFromGalleryResult | undefined;
|
|
24308
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReadCapturesFromGalleryResult | undefined;
|
|
24309
|
+
}
|
|
24310
|
+
export type ReadCapturesFromGalleryResult = ReadCapturesFromGalleryResult.Success | ReadCapturesFromGalleryResult.NeedPermission;
|
|
24181
24311
|
/**
|
|
24182
24312
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationActionType)
|
|
24183
24313
|
*/
|
|
@@ -32566,6 +32696,60 @@ declare namespace Enum {
|
|
|
32566
32696
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.UiMessageType | undefined;
|
|
32567
32697
|
}
|
|
32568
32698
|
export type UiMessageType = UiMessageType.UiMessageError | UiMessageType.UiMessageInfo;
|
|
32699
|
+
/**
|
|
32700
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult)
|
|
32701
|
+
*/
|
|
32702
|
+
export namespace UploadCaptureResult {
|
|
32703
|
+
/**
|
|
32704
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult#Success)
|
|
32705
|
+
*/
|
|
32706
|
+
export interface Success extends globalThis.EnumItem {
|
|
32707
|
+
Name: "Success";
|
|
32708
|
+
Value: 0;
|
|
32709
|
+
EnumType: typeof globalThis.Enum.UploadCaptureResult;
|
|
32710
|
+
}
|
|
32711
|
+
export const Success: Success;
|
|
32712
|
+
/**
|
|
32713
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult#NeedPermission)
|
|
32714
|
+
*/
|
|
32715
|
+
export interface NeedPermission extends globalThis.EnumItem {
|
|
32716
|
+
Name: "NeedPermission";
|
|
32717
|
+
Value: 1;
|
|
32718
|
+
EnumType: typeof globalThis.Enum.UploadCaptureResult;
|
|
32719
|
+
}
|
|
32720
|
+
export const NeedPermission: NeedPermission;
|
|
32721
|
+
/**
|
|
32722
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult#CaptureModerated)
|
|
32723
|
+
*/
|
|
32724
|
+
export interface CaptureModerated extends globalThis.EnumItem {
|
|
32725
|
+
Name: "CaptureModerated";
|
|
32726
|
+
Value: 2;
|
|
32727
|
+
EnumType: typeof globalThis.Enum.UploadCaptureResult;
|
|
32728
|
+
}
|
|
32729
|
+
export const CaptureModerated: CaptureModerated;
|
|
32730
|
+
/**
|
|
32731
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult#CaptureNotInGallery)
|
|
32732
|
+
*/
|
|
32733
|
+
export interface CaptureNotInGallery extends globalThis.EnumItem {
|
|
32734
|
+
Name: "CaptureNotInGallery";
|
|
32735
|
+
Value: 3;
|
|
32736
|
+
EnumType: typeof globalThis.Enum.UploadCaptureResult;
|
|
32737
|
+
}
|
|
32738
|
+
export const CaptureNotInGallery: CaptureNotInGallery;
|
|
32739
|
+
/**
|
|
32740
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UploadCaptureResult#IneligibleCapture)
|
|
32741
|
+
*/
|
|
32742
|
+
export interface IneligibleCapture extends globalThis.EnumItem {
|
|
32743
|
+
Name: "IneligibleCapture";
|
|
32744
|
+
Value: 4;
|
|
32745
|
+
EnumType: typeof globalThis.Enum.UploadCaptureResult;
|
|
32746
|
+
}
|
|
32747
|
+
export const IneligibleCapture: IneligibleCapture;
|
|
32748
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.UploadCaptureResult>;
|
|
32749
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.UploadCaptureResult | undefined;
|
|
32750
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.UploadCaptureResult | undefined;
|
|
32751
|
+
}
|
|
32752
|
+
export type UploadCaptureResult = UploadCaptureResult.Success | UploadCaptureResult.NeedPermission | UploadCaptureResult.CaptureModerated | UploadCaptureResult.CaptureNotInGallery | UploadCaptureResult.IneligibleCapture;
|
|
32569
32753
|
/**
|
|
32570
32754
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/UsageContext)
|
|
32571
32755
|
*/
|