Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.36 KB

File metadata and controls

18 lines (13 loc) · 1.36 KB

DynamicContentRow

Properties

Name Type Description Notes
index int [optional]
name str
platform str This is normally `android`, `ios`, `standalonewindows`, `web`, or the empty value ``, but also supposedly can be any random Unity version such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
sort_heading str
sort_order str
sort_ownership str
tag str Tags are a way to grant various access, assign restrictions or other kinds of metadata to various to objects such as worlds, users and avatars. System tags starting with `system_` are granted automatically by the system, while admin tags with `admin_` are granted manually. More prefixes such as `language_ ` (to indicate that a player can speak the tagged language), and `author_tag_` (provided by a world author for search and sorting) exist as well. [optional]
type str Type is not present if it is a world. [optional]

[Back to Model list] [Back to API list] [Back to README]