|
| static bool | HasKey (VRCPlayerApi player, string key) |
| |
| static Type | GetType (VRCPlayerApi player, string key) |
| |
| static bool | TryGetType (VRCPlayerApi player, string key, out Type t) |
| |
| static bool | IsType (VRCPlayerApi player, string key, Type t) |
| |
| static void | SetString (string key, string value) |
| |
| static string | GetString (VRCPlayerApi player, string key) |
| |
| static bool | TryGetString (VRCPlayerApi player, string key, out string value) |
| |
| static void | SetBool (string key, bool value) |
| |
| static bool | GetBool (VRCPlayerApi player, string key) |
| |
| static bool | TryGetBool (VRCPlayerApi player, string key, out bool value) |
| |
| static void | SetSByte (string key, sbyte value) |
| |
| static sbyte | GetSByte (VRCPlayerApi player, string key) |
| |
| static bool | TryGetSByte (VRCPlayerApi player, string key, out sbyte value) |
| |
| static void | SetByte (string key, byte value) |
| |
| static byte | GetByte (VRCPlayerApi player, string key) |
| |
| static bool | TryGetByte (VRCPlayerApi player, string key, out byte value) |
| |
| static void | SetBytes (string key, byte[] value) |
| |
| static byte[] | GetBytes (VRCPlayerApi player, string key) |
| |
| static bool | TryGetBytes (VRCPlayerApi player, string key, out byte[] value) |
| |
| static void | SetShort (string key, short value) |
| |
| static short | GetShort (VRCPlayerApi player, string key) |
| |
| static bool | TryGetShort (VRCPlayerApi player, string key, out short value) |
| |
| static void | SetUShort (string key, ushort value) |
| |
| static ushort | GetUShort (VRCPlayerApi player, string key) |
| |
| static bool | TryGetUShort (VRCPlayerApi player, string key, out ushort value) |
| |
| static void | SetInt (string key, int value) |
| |
| static int | GetInt (VRCPlayerApi player, string key) |
| |
| static bool | TryGetInt (VRCPlayerApi player, string key, out int value) |
| |
| static void | SetUInt (string key, uint value) |
| |
| static uint | GetUInt (VRCPlayerApi player, string key) |
| |
| static bool | TryGetUInt (VRCPlayerApi player, string key, out uint value) |
| |
| static void | SetLong (string key, long value) |
| |
| static long | GetLong (VRCPlayerApi player, string key) |
| |
| static bool | TryGetLong (VRCPlayerApi player, string key, out long value) |
| |
| static void | SetULong (string key, ulong value) |
| |
| static ulong | GetULong (VRCPlayerApi player, string key) |
| |
| static bool | TryGetULong (VRCPlayerApi player, string key, out ulong value) |
| |
| static void | SetFloat (string key, float value) |
| |
| static float | GetFloat (VRCPlayerApi player, string key) |
| |
| static void | SetDouble (string key, double value) |
| |
| static double | GetDouble (VRCPlayerApi player, string key) |
| |
| static bool | TryGetDouble (VRCPlayerApi player, string key, out double value) |
| |
| static bool | TryGetFloat (VRCPlayerApi player, string key, out float value) |
| |
| static void | SetQuaternion (string key, Quaternion value) |
| |
| static Quaternion | GetQuaternion (VRCPlayerApi player, string key) |
| |
| static bool | TryGetQuaternion (VRCPlayerApi player, string key, out Quaternion value) |
| |
| static void | SetVector4 (string key, Vector4 value) |
| |
| static Vector4 | GetVector4 (VRCPlayerApi player, string key) |
| |
| static bool | TryGetVector4 (VRCPlayerApi player, string key, out Vector4 value) |
| |
| static void | SetVector3 (string key, Vector3 value) |
| |
| static Vector3 | GetVector3 (VRCPlayerApi player, string key) |
| |
| static bool | TryGetVector3 (VRCPlayerApi player, string key, out Vector3 value) |
| |
| static void | SetVector2 (string key, Vector2 value) |
| |
| static Vector2 | GetVector2 (VRCPlayerApi player, string key) |
| |
| static bool | TryGetVector2 (VRCPlayerApi player, string key, out Vector2 value) |
| |
| static void | SetColor (string key, Color value) |
| |
| static Color | GetColor (VRCPlayerApi player, string key) |
| |
| static bool | TryGetColor (VRCPlayerApi player, string key, out Color value) |
| |
| static void | SetColor32 (string key, Color32 value) |
| |
| static Color32 | GetColor32 (VRCPlayerApi player, string key) |
| |
| static bool | TryGetColor32 (VRCPlayerApi player, string key, out Color32 value) |
| |
| static IEnumerable< string > | GetKeys (VRCPlayerApi player) |
| |
Definition at line 4768 of file VRCSDK3.cs.