@@ -217,16 +217,18 @@ methods:
217217 summary : |
218218 Prepares in-experience avatar for preview.
219219 description : |
220- Triggers HSR generation and attachment point updating for in-experience avatar previews.
221- This allows for previewing of avatars created in experience with layered
222- clothing and accessories in the same way they will appear when published
223- through `Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`.
220+ Triggers HSR generation and attachment point updating for in-experience
221+ avatar previews. This allows for previewing of avatars created in
222+ experience with layered clothing and accessories in the same way they will
223+ appear when published through
224+ `Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`.
224225
225226 When developers use `Class.EditableMesh` and `Class.WrapDeformer` to
226227 modify avatars before publishing, the original HSR data may not accurately
227228 account for the new deformations. This method generates updated HSR data
228229 and corrects attachment points based on the `Class.WrapDeformer`
229- modifications, ensuring consistent preview and published avatar appearance.
230+ modifications, ensuring consistent preview and published avatar
231+ appearance.
230232 code_samples : []
231233 parameters :
232234 - name : humanoidModel
@@ -490,11 +492,12 @@ events:
490492 `Class.AvatarCreationService:PromptCreateAvatarAsync()|PromptCreateAvatarAsync()`
491493 has completed the moderation process and is ready for use in-experience.
492494
493- Note that this event only fires for avatars created within the current experience and
494- will trigger when the `Enum.ModerationStatus` changes from
495- `Enum.ModerationStatus.NotReviewed|NotReviewed` to any other status.
496- The event fires on the client only. `Class.AvatarEditorService:GetOutfitDetails|GetOutfitDetails`
497- can be used on the server to verify the current moderation status if needed.
495+ Note that this event only fires for avatars created within the current
496+ experience and will trigger when the `Enum.ModerationStatus` changes from
497+ `Enum.ModerationStatus.NotReviewed|NotReviewed` to any other status. The
498+ event fires on the client only.
499+ `Class.AvatarEditorService:GetOutfitDetails|GetOutfitDetails` can be used
500+ on the server to verify the current moderation status if needed.
498501 code_samples : []
499502 parameters :
500503 - name : outfitId
0 commit comments