Documentation update

This commit is contained in:
Pascal Serrarens 2022-06-03 15:17:00 +02:00
parent eeb0009545
commit 1f1e26615c
3 changed files with 3 additions and 7 deletions

View File

@ -15,7 +15,7 @@ namespace Passer.Humanoid {
protected HumanoidControl humanoid => handTarget.humanoid; protected HumanoidControl humanoid => handTarget.humanoid;
public SensorComponent sensorComponent; public SensorComponent sensorComponent;
protected new Tracking.ArmSensor sensor; //protected new Tracking.ArmSensor sensor;
public HandSkeleton handSkeleton; public HandSkeleton handSkeleton;

View File

@ -16,7 +16,7 @@
/// ------- /// -------
/// * \ref UnityXRTracker "UnityXR" /// * \ref UnityXRTracker "UnityXR"
/// * \ref LeapTracker "Leap Motion" /// * \ref LeapTracker "Leap Motion"
/// * \ref ViveTrackerComponent "Vive Tracker" /// * \ref ViveTrackerDoc "Vive Tracker"
/// ///
/// Input /// Input
/// ----- /// -----

View File

@ -1,8 +1,4 @@
using System.Collections; namespace Passer.Humanoid {
using System.Collections.Generic;
using UnityEngine;
namespace Passer.Humanoid {
/// \version Humanoid Control 4 /// \version Humanoid Control 4
/// \page Visitor Visitor /// \page Visitor Visitor
/// ///