From c43fdbffc1bc7574f4e94f11e4b9dd9d35253a5a Mon Sep 17 00:00:00 2001 From: Samantha Grey <49354894+sammygrey@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:41:32 -0500 Subject: [PATCH 1/3] Update AssetService.yaml Added summaries for [Content](https://create.roblox.com/docs/reference/engine/datatypes/Content) variables --- content/en-us/reference/engine/classes/AssetService.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en-us/reference/engine/classes/AssetService.yaml b/content/en-us/reference/engine/classes/AssetService.yaml index 99faddf9f..c419af621 100644 --- a/content/en-us/reference/engine/classes/AssetService.yaml +++ b/content/en-us/reference/engine/classes/AssetService.yaml @@ -209,7 +209,7 @@ methods: - name: content type: Content default: - summary: '' + summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' - name: editableImageOptions type: Dictionary? default: @@ -250,7 +250,7 @@ methods: - name: content type: Content default: - summary: '' + summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' - name: editableMeshOptions type: Dictionary? default: @@ -319,7 +319,7 @@ methods: - name: meshContent type: Content default: - summary: '' + summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' - name: options type: Dictionary default: nil From c68e7989aa4abf577d904771c76ef1dae805965d Mon Sep 17 00:00:00 2001 From: Samantha Grey <49354894+sammygrey@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:46:03 -0500 Subject: [PATCH 2/3] Update EditableMesh.yaml added one extra use of [https://create.roblox.com/docs/reference/engine/datatypes/Content](Content) instead of just "content". --- content/en-us/reference/engine/classes/EditableMesh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/classes/EditableMesh.yaml b/content/en-us/reference/engine/classes/EditableMesh.yaml index 602d01613..041bf8de8 100644 --- a/content/en-us/reference/engine/classes/EditableMesh.yaml +++ b/content/en-us/reference/engine/classes/EditableMesh.yaml @@ -21,7 +21,7 @@ description: | An `Class.EditableMesh` is displayed when it's linked to a new `Class.MeshPart`, through `Class.AssetService:CreateMeshPartAsync()`. You can create more `Class.MeshPart` instances that reference the same - `Class.EditableMesh` content, or link to an existing `Class.MeshPart` through + `Class.EditableMesh` `Datatype.Content`, or link to an existing `Class.MeshPart` through `Class.MeshPart:ApplyMesh()`. To recalculate collision and fluid geometry after editing, you can again call From 46e96c8c485cb1ba254a5a17ae6bf6034faa5770 Mon Sep 17 00:00:00 2001 From: IgnisRBX <43388550+IgnisRBX@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:22:56 -1000 Subject: [PATCH 3/3] Apply suggestions from code review --- .../en-us/reference/engine/classes/AssetService.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/content/en-us/reference/engine/classes/AssetService.yaml b/content/en-us/reference/engine/classes/AssetService.yaml index c419af621..26528df42 100644 --- a/content/en-us/reference/engine/classes/AssetService.yaml +++ b/content/en-us/reference/engine/classes/AssetService.yaml @@ -209,7 +209,9 @@ methods: - name: content type: Content default: - summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' + summary: | + Reference to asset content stored externally or as an object within the place, wrapping a single value + of one of the supported `Enum.ContentSourceType` values. - name: editableImageOptions type: Dictionary? default: @@ -250,7 +252,9 @@ methods: - name: content type: Content default: - summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' + summary: | + Reference to asset content stored externally or as an object within the place, wrapping a single value + of one of the supported `Enum.ContentSourceType` values. - name: editableMeshOptions type: Dictionary? default: @@ -319,7 +323,9 @@ methods: - name: meshContent type: Content default: - summary: 'Reference to asset content stored externally or as an object within the place, wrapping a single value of one of the supported `Enum.ContentSourceType` values.' + summary: | + Reference to asset content stored externally or as an object within the place, wrapping a single value + of one of the supported `Enum.ContentSourceType` values. - name: options type: Dictionary default: nil