Skip to content

Commit e85a8a6

Browse files
update Open Source Docs from Roblox internal teams
1 parent 244a417 commit e85a8a6

File tree

6 files changed

+69
-6
lines changed

6 files changed

+69
-6
lines changed

content/en-us/production/creator-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ In addition to being able to distribute more of each asset type, verifying your
5050

5151
For information on how to verify your account either through a government-issued ID or through a phone number, see [account verification](../production/publishing/account-verification.md).
5252

53+
Verification status for group-owned assets is based on the user that last updated the asset.
54+
5355
<Alert severity="warning">
5456

5557
**Phone number verification is not sufficient** to sell priced assets on the Creator Store. To sell priced assets, you need to verify with a [government ID](./publishing/account-verification.md#verify-through-government-id) and create a seller account. For more information, see [Sell on the Creator Store](./sell-on-creator-store.md).
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.708.0.7080878
2-
version-6df69e4610344376
1+
0.709.0.7090870
2+
version-bb326014c89c4d27

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ properties:
7171
description: ''
7272
code_samples: []
7373
type: Content
74-
tags: []
74+
tags:
75+
- Hidden
7576
deprecation_message: ''
7677
security:
7778
read: None

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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,34 @@ methods:
168168
thread_safety: Unsafe
169169
capabilities:
170170
- CSG
171+
- name: GeometryService:FragmentAsync
172+
summary: |
173+
This API has not been released.
174+
description: ''
175+
code_samples: []
176+
parameters:
177+
- name: part
178+
type: BasePart
179+
default:
180+
summary: ''
181+
- name: sites
182+
type: Array
183+
default:
184+
summary: ''
185+
- name: options
186+
type: Dictionary
187+
default: nil
188+
summary: ''
189+
returns:
190+
- type: Array
191+
summary: ''
192+
tags:
193+
- Yields
194+
deprecation_message: ''
195+
security: None
196+
thread_safety: Unsafe
197+
capabilities:
198+
- CSG
171199
- name: GeometryService:IntersectAsync
172200
summary: |
173201
Creates one or more `Class.PartOperation|PartOperations` from the
@@ -432,6 +460,34 @@ methods:
432460
thread_safety: Unsafe
433461
capabilities:
434462
- CSG
463+
- name: GeometryService:SweepPartAsync
464+
summary: |
465+
This API has not been released.
466+
description: ''
467+
code_samples: []
468+
parameters:
469+
- name: part
470+
type: BasePart
471+
default:
472+
summary: ''
473+
- name: cframes
474+
type: Array
475+
default:
476+
summary: ''
477+
- name: options
478+
type: Dictionary
479+
default: nil
480+
summary: ''
481+
returns:
482+
- type: MeshPart
483+
summary: ''
484+
tags:
485+
- Yields
486+
deprecation_message: ''
487+
security: None
488+
thread_safety: Unsafe
489+
capabilities:
490+
- CSG
435491
- name: GeometryService:UnionAsync
436492
summary: |
437493
Creates one or more `Class.PartOperation|PartOperations` from one part

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ tags: []
3333
deprecation_message: ''
3434
properties:
3535
- name: Sound.AudioContent
36-
summary: ''
37-
description: ''
36+
summary: |
37+
A reference to an audio asset.
38+
description: |
39+
This property is a reference to an audio asset.
3840
code_samples: []
3941
type: Content
40-
tags: []
42+
tags:
43+
- Hidden
4144
deprecation_message: ''
4245
security:
4346
read: None

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ inherits:
1717
descendants: []
1818
tags:
1919
- NotCreatable
20+
- NotReplicated
2021
deprecation_message: ''
2122
properties:
2223
- name: VideoSampler.TimeLength

0 commit comments

Comments
 (0)