Skip to content

Commit 46e96c8

Browse files
authored
Apply suggestions from code review
1 parent 203ce1d commit 46e96c8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/en-us/reference/engine/classes/AssetService.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ methods:
209209
- name: content
210210
type: Content
211211
default:
212-
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.'
212+
summary: |
213+
Reference to asset content stored externally or as an object within the place, wrapping a single value
214+
of one of the supported `Enum.ContentSourceType` values.
213215
- name: editableImageOptions
214216
type: Dictionary?
215217
default:
@@ -250,7 +252,9 @@ methods:
250252
- name: content
251253
type: Content
252254
default:
253-
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.'
255+
summary: |
256+
Reference to asset content stored externally or as an object within the place, wrapping a single value
257+
of one of the supported `Enum.ContentSourceType` values.
254258
- name: editableMeshOptions
255259
type: Dictionary?
256260
default:
@@ -319,7 +323,9 @@ methods:
319323
- name: meshContent
320324
type: Content
321325
default:
322-
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.'
326+
summary: |
327+
Reference to asset content stored externally or as an object within the place, wrapping a single value
328+
of one of the supported `Enum.ContentSourceType` values.
323329
- name: options
324330
type: Dictionary
325331
default: nil

0 commit comments

Comments
 (0)