From 1f1e26615c5c30d4712104ee50065cca46761597 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 3 Jun 2022 15:17:00 +0200 Subject: [PATCH] Documentation update --- Runtime/HumanoidControl/Scripts/Extensions/ArmSensor.cs | 2 +- Runtime/HumanoidControl/Scripts/HumanoidControl_Doc.cs | 2 +- Runtime/Visitors/Scripts/Visitor_Doc.cs | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Runtime/HumanoidControl/Scripts/Extensions/ArmSensor.cs b/Runtime/HumanoidControl/Scripts/Extensions/ArmSensor.cs index 20196bb..74b099d 100644 --- a/Runtime/HumanoidControl/Scripts/Extensions/ArmSensor.cs +++ b/Runtime/HumanoidControl/Scripts/Extensions/ArmSensor.cs @@ -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; diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl_Doc.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl_Doc.cs index 2df2f8b..1eff9de 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl_Doc.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl_Doc.cs @@ -16,7 +16,7 @@ /// ------- /// * \ref UnityXRTracker "UnityXR" /// * \ref LeapTracker "Leap Motion" - /// * \ref ViveTrackerComponent "Vive Tracker" + /// * \ref ViveTrackerDoc "Vive Tracker" /// /// Input /// ----- diff --git a/Runtime/Visitors/Scripts/Visitor_Doc.cs b/Runtime/Visitors/Scripts/Visitor_Doc.cs index cb9bab6..2ab917c 100644 --- a/Runtime/Visitors/Scripts/Visitor_Doc.cs +++ b/Runtime/Visitors/Scripts/Visitor_Doc.cs @@ -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 ///