@rbxts/types 1.0.870 → 1.0.872
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.
|
@@ -7213,7 +7213,7 @@ interface AvatarEditorService extends Instance {
|
|
|
7213
7213
|
* @param humanoidDescription The HumanoidDescription to check if default clothing is required.
|
|
7214
7214
|
* @returns Returns a HumanoidDescription if default clothing was necessary. Otherwise returns `nil`.
|
|
7215
7215
|
*/
|
|
7216
|
-
CheckApplyDefaultClothing(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription;
|
|
7216
|
+
CheckApplyDefaultClothing(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription | undefined;
|
|
7217
7217
|
/**
|
|
7218
7218
|
* - **ThreadSafety**: Unsafe
|
|
7219
7219
|
* - **Tags**: Yields
|
|
@@ -29705,7 +29705,7 @@ interface VehicleSeat extends BasePart {
|
|
|
29705
29705
|
*
|
|
29706
29706
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
|
|
29707
29707
|
*/
|
|
29708
|
-
interface Camera extends
|
|
29708
|
+
interface Camera extends PVInstance {
|
|
29709
29709
|
/**
|
|
29710
29710
|
* **DO NOT USE!**
|
|
29711
29711
|
*
|
|
@@ -8898,7 +8898,7 @@ interface VehicleSeat extends BasePart {
|
|
|
8898
8898
|
*
|
|
8899
8899
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
|
|
8900
8900
|
*/
|
|
8901
|
-
interface Camera extends
|
|
8901
|
+
interface Camera extends PVInstance {
|
|
8902
8902
|
/**
|
|
8903
8903
|
* **DO NOT USE!**
|
|
8904
8904
|
*
|