Skip to content

Commit 962e2b6

Browse files
update Open Source Docs from Roblox internal teams
1 parent 4a90383 commit 962e2b6

File tree

4 files changed

+47
-13
lines changed

4 files changed

+47
-13
lines changed

content/en-us/cloud/open-cloud/usage-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Updating asset metadata using the **Update Asset** endpoint is not subject to th
118118
<li>Up to 30 seconds of duration.</li>
119119
<li>Up to 4096x2160 resolution.</li>
120120
<li>Up to 375 MB.</li>
121-
<li>Currently, only English and/or Spanish audio and text is allowed.</li>
121+
<li>Currently, only English, Spanish, Portuguese, Indonesian, Chinese (simplified and traditional), Japanese, and/or Korean audio and text are allowed.</li>
122122
<li>Up to 3 uploads per month if you're 13+ and ID-verified.</li>
123123
</ul>
124124
</td>

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

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,50 @@ methods:
183183
capabilities: []
184184
writeCapabilities: []
185185
- name: EditableImage:DrawImageProjected
186-
summary: ''
187-
description: ''
186+
summary: |
187+
Projects another `Class.EditableImage` into an `Class.EditableMesh` and
188+
stores the result on this `Class.EditableImage`.
189+
description: |
190+
Projects another `Class.EditableImage` into an `Class.EditableMesh` and
191+
stores the result on this `Class.EditableImage` by using the specified
192+
projection and brush configuration.
188193
code_samples: []
189194
parameters:
190195
- name: mesh
191-
type: Object
196+
type: EditableMesh
192197
default:
193-
summary: ''
198+
summary: |
199+
The `Class.EditableMesh` used to project into.
194200
- name: projection
195201
type: Dictionary
196202
default:
197-
summary: ''
203+
summary: |
204+
Projection configuration dictionary including the following
205+
key-value pairs:
206+
207+
- `Direction` (`Datatype.Vector3`) where the projector is facing.
208+
- `Position` (`Datatype.Vector3`) as the position in local space
209+
with respect to the mesh.
210+
- `Size` (`Datatype.Vector3`) as the size of the projector.
211+
- `Up` (`Datatype.Vector3`) as the up vector of the projector in
212+
local space with respect to the mesh.
198213
- name: brushConfig
199214
type: Dictionary
200215
default:
201-
summary: ''
216+
summary: |
217+
Brush configuration dictionary including the following key-value
218+
pairs:
219+
220+
- `AlphaBlendType` (`Enum.ImageAlphaType`) which determines how
221+
this projection will blend alpha values.
222+
- `ColorBlendType` (`Enum.ImageCombineType`) which determines
223+
how this projection will blend color values.
224+
- `Decal` (`Class.EditableImage`) as the image used for projection.
225+
- `FadeAngle` (number) as the angle in degrees for the projection
226+
edges to fall off.
227+
- `BlendIntensity` (number) as the value between `0` and `1` which
228+
controls how much of the projection is blended into the resulting
229+
image.
202230
returns:
203231
- type: void
204232
summary: ''
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
name: ImageAlphaType
22
type: enum
3-
summary: ''
4-
description: ''
3+
summary: |
4+
Enum for determining if the alpha or color is locked while combining two images.
5+
description: |
6+
Enum for determining if the alpha or color is locked while combining two images.
57
code_samples: []
68
tags: []
79
deprecation_message: ''
810
items:
911
- name: Default
10-
summary: ''
12+
summary: |
13+
The default behavior in which neither color nor alpha values are locked.
1114
value: 1
1215
tags: []
1316
deprecation_message: ''
1417
- name: LockCanvasAlpha
15-
summary: ''
18+
summary: |
19+
The alpha values of the image will not be modified.
1620
value: 2
1721
tags: []
1822
deprecation_message: ''
1923
- name: LockCanvasColor
20-
summary: ''
24+
summary: |
25+
The color values of the image will not be modified.
2126
value: 3
2227
tags: []
2328
deprecation_message: ''
29+

content/en-us/ui/video-frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To upload video assets, you must be a 13+ [ID verified](https://en.help.roblox.c
2020
- It's 30 seconds or less in either `.mp4` or `.mov` format.
2121
- Its resolution is less than or equal to 4096&times;2160.
2222
- It's less than 375 MB.
23-
- It includes only English and/or Spanish audio and text (additional languages will be supported at a later date).
23+
- It includes only English, Spanish, Portuguese, Indonesian, Chinese (simplified and traditional), Japanese, and/or Korean audio and text.
2424

2525
Videos that don't meet these requirements are rejected. Alpha channels are not supported and will be ignored. When uploading videos, consider the following:
2626

0 commit comments

Comments
 (0)