| VRC SDK
    This project aims to completely document the VRChat Unity SDK | 
This is the complete list of members for VRC.SDK3.Persistence.PlayerData, including all inherited members.
| GetBool(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetByte(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetBytes(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetColor(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetColor32(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetDouble(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetFloat(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetInt(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetKeys(VRCPlayerApi player) | VRC.SDK3.Persistence.PlayerData | static | 
| GetLong(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetQuaternion(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetSByte(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetShort(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetString(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetType(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetUInt(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetULong(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetUShort(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetVector2(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetVector3(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| GetVector4(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| HasKey(VRCPlayerApi player, string key) | VRC.SDK3.Persistence.PlayerData | static | 
| IsType(VRCPlayerApi player, string key, Type t) | VRC.SDK3.Persistence.PlayerData | static | 
| SetBool(string key, bool value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetByte(string key, byte value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetBytes(string key, byte[] value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetColor(string key, Color value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetColor32(string key, Color32 value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetDouble(string key, double value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetFloat(string key, float value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetInt(string key, int value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetLong(string key, long value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetQuaternion(string key, Quaternion value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetSByte(string key, sbyte value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetShort(string key, short value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetString(string key, string value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetUInt(string key, uint value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetULong(string key, ulong value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetUShort(string key, ushort value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetVector2(string key, Vector2 value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetVector3(string key, Vector3 value) | VRC.SDK3.Persistence.PlayerData | static | 
| SetVector4(string key, Vector4 value) | VRC.SDK3.Persistence.PlayerData | static | 
| State enum name | VRC.SDK3.Persistence.PlayerData | |
| TryGetBool(VRCPlayerApi player, string key, out bool value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetByte(VRCPlayerApi player, string key, out byte value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetBytes(VRCPlayerApi player, string key, out byte[] value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetColor(VRCPlayerApi player, string key, out Color value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetColor32(VRCPlayerApi player, string key, out Color32 value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetDouble(VRCPlayerApi player, string key, out double value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetFloat(VRCPlayerApi player, string key, out float value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetInt(VRCPlayerApi player, string key, out int value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetLong(VRCPlayerApi player, string key, out long value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetQuaternion(VRCPlayerApi player, string key, out Quaternion value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetSByte(VRCPlayerApi player, string key, out sbyte value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetShort(VRCPlayerApi player, string key, out short value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetString(VRCPlayerApi player, string key, out string value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetType(VRCPlayerApi player, string key, out Type t) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetUInt(VRCPlayerApi player, string key, out uint value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetULong(VRCPlayerApi player, string key, out ulong value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetUShort(VRCPlayerApi player, string key, out ushort value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetVector2(VRCPlayerApi player, string key, out Vector2 value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetVector3(VRCPlayerApi player, string key, out Vector3 value) | VRC.SDK3.Persistence.PlayerData | static | 
| TryGetVector4(VRCPlayerApi player, string key, out Vector4 value) | VRC.SDK3.Persistence.PlayerData | static |