Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.16 KB

World.md

File metadata and controls

40 lines (36 loc) · 2.16 KB

VRChat.API.Model.World

Properties

Name Type Description Notes
AuthorId string A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
AuthorName string
Capacity int
RecommendedCapacity int
CreatedAt DateTime
Description string
Favorites int [optional] [default to 0]
Featured bool [default to false]
Heat int [default to 0]
Id string WorldID be "offline" on User profiles if you are not friends with that user.
ImageUrl string
Instances List<List<Object>> Will always be an empty list when unauthenticated. [optional]
LabsPublicationDate string
Name string
Namespace string [optional]
Occupants int Will always be `0` when unauthenticated. [optional] [default to 0]
Organization string [default to "vrchat"]
Popularity int [default to 0]
PreviewYoutubeId string [optional]
PrivateOccupants int Will always be `0` when unauthenticated. [optional] [default to 0]
PublicOccupants int Will always be `0` when unauthenticated. [optional] [default to 0]
PublicationDate string
ReleaseStatus ReleaseStatus
Tags List<string>
ThumbnailImageUrl string
UnityPackages List<UnityPackage> Empty if unauthenticated. [optional]
UpdatedAt DateTime
UrlList List<string> [optional]
_Version int [default to 0]
Visits int [default to 0]
UdonProducts List<string> [optional]

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