Pascal Serrarens 17741d862a First commit
2022-01-12 10:50:57 +01:00

36 lines
791 B
C#

namespace Passer.Humanoid {
/// \author PasserVR
/// \version 4.0
/// \mainpage %Humanoid Control for Unity
///
/// Note: this documentation is still work in progress...
///
/// Main components
/// ---------------
/// * \ref HumanoidControl "Humanoid Control"
/// * \ref Site "Humanoid Site"
/// * \ref Visitor "Humanoid Visitor"
///
/// Devices
/// -------
/// * \ref UnityXRTracker "UnityXR"
/// * \ref LeapTracker "Leap Motion"
///
/// Input
/// -----
/// * ControllerInput
/// * InteractionPointer
///
/// Generic tools
/// -------------
/// * TeleportTarget
/// * Socket
/// * Handle
///
/// Networking
/// ----------
/// * NetworkingStarter
///
}