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;
public SensorComponent sensorComponent;
protected new Tracking.ArmSensor sensor;
//protected new Tracking.ArmSensor sensor;
public HandSkeleton handSkeleton;

View File

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

View File

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