39 lines
809 B
C#
39 lines
809 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"
|
|
///
|
|
/// Devices
|
|
/// -------
|
|
/// * \ref UnityXRTracker "UnityXR"
|
|
/// * \ref QuestDoc "Meta Rift/Quest"
|
|
/// * \ref LeapTracker "Ultraleap"
|
|
///
|
|
/// Input
|
|
/// -----
|
|
/// * ControllerInput
|
|
/// * InteractionPointer
|
|
///
|
|
/// Avatars
|
|
/// -------
|
|
/// * Pose
|
|
///
|
|
/// Generic tools
|
|
/// -------------
|
|
/// * TeleportTarget
|
|
/// * Socket
|
|
/// * Handle
|
|
///
|
|
/// Networking
|
|
/// ----------
|
|
/// * NetworkingStarter
|
|
///
|
|
}
|