VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Data Namespace Reference

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
 

Enumeration Type Documentation

◆ DataError

Definition at line 6076 of file VRCSDK3.cs.

◆ JsonExportType

Definition at line 8107 of file VRCSDK3.cs.

◆ JsonType

Definition at line 8090 of file VRCSDK3.cs.

◆ ParseState

Definition at line 8100 of file VRCSDK3.cs.

◆ TokenType

Definition at line 6086 of file VRCSDK3.cs.