From 14a4928c4c29574b0c7768c37fd9a8398891f004 Mon Sep 17 00:00:00 2001 From: takana-v <44311840+takana-v@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:42:49 +0900 Subject: [PATCH] Add AvatarRoot to TrackingDataType documentation --- Tools/Docusaurus/docs/VRChat-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/Docusaurus/docs/VRChat-API.md b/Tools/Docusaurus/docs/VRChat-API.md index 802fcd17..8374974a 100644 --- a/Tools/Docusaurus/docs/VRChat-API.md +++ b/Tools/Docusaurus/docs/VRChat-API.md @@ -440,6 +440,7 @@ A component used to create portals to other rooms. | LeftHand | The player's left hand tracking data | | RightHand | The player's right hand tracking data | | Origin | The player's playspace origin | +| AvatarRoot | The root transform of the player's avatar | ### VRCInputMethod `enum VRC.SDKBase.VRCInputMethod`