|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|
A struct containing separate Position and Rotation data relating to a player's tracking More...
Public Member Functions | |
| TrackingData (Vector3 pos, Quaternion rot) | |
Public Attributes | |
| Vector3 | position |
| The position of the player's tracking data More... | |
| Quaternion | rotation |
| The rotation of the player's tracking data More... | |
A struct containing separate Position and Rotation data relating to a player's tracking
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 1354 of file VRCSDKBase.cs.
| VRC.SDKBase.VRCPlayerApi.TrackingData.TrackingData | ( | Vector3 | pos, |
| Quaternion | rot | ||
| ) |
Definition at line 1370 of file VRCSDKBase.cs.
| Vector3 VRC.SDKBase.VRCPlayerApi.TrackingData.position |
The position of the player's tracking data
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 1361 of file VRCSDKBase.cs.
| Quaternion VRC.SDKBase.VRCPlayerApi.TrackingData.rotation |
The rotation of the player's tracking data
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 1368 of file VRCSDKBase.cs.