|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Classes | |
| class | DataDictionary |
| Data Dictionaries store Data Tokens by key-value pair, similarly to C# Dictionaries. Most Data Dictionary functions are just wrappers for the underlying C# dictionary, so the C# dictionary documentation also applies if you are looking for more specific details. Both the keys and the values of a Data Dictionary are Data Tokens. This means that you can effectively use anything for your keys. However, if you intend to serialize to VRCJSON, only string keys are supported. More... | |
| class | DataList |
| struct | DataToken |
| class | JsonDictionary |
| class | JsonList |
| class | VRCJson |
Enumerations | |
| enum | DataError : Enum |
| enum | TokenType : Enum |
| enum | JsonType : Enum |
| enum | ParseState : Enum |
| enum | JsonExportType : Enum |
| enum VRC.SDK3.Data.DataError : Enum |
Definition at line 6076 of file VRCSDK3.cs.
| enum VRC.SDK3.Data.JsonExportType : Enum |
Definition at line 8107 of file VRCSDK3.cs.
| enum VRC.SDK3.Data.JsonType : Enum |
Definition at line 8090 of file VRCSDK3.cs.
| enum VRC.SDK3.Data.ParseState : Enum |
Definition at line 8100 of file VRCSDK3.cs.
| enum VRC.SDK3.Data.TokenType : Enum |
Definition at line 6086 of file VRCSDK3.cs.