Skip to content

Commit 9c9f08c

Browse files
Sharksiejulia-rbxIgnisRBX
authored
Descriptions for AdShape (#812)
## Changes Added a description for AdShape and its single enum item ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --------- Co-authored-by: julia <[email protected]> Co-authored-by: IgnisRBX <[email protected]>
1 parent c2a7bc7 commit 9c9f08c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: AdShape
22
type: enum
3-
summary: ''
4-
description: ''
3+
summary: |
4+
Describes the form factor of an ad in an `Class.AdGui`. There is currently only one available size.
5+
description: |
6+
Describes the form factor of an ad in an `Class.AdGui`. There is currently only one available size.
57
code_samples: []
68
tags: []
79
deprecation_message: ''
810
items:
911
- name: HorizontalRectangle
1012
value: 1
11-
summary: ''
13+
summary: |
14+
The ad has an aspect ratio of 16:9 and a minimum size of 8 by 4.5 studs.
1215
tags: []
1316
deprecation_message: ''

0 commit comments

Comments
 (0)