Update Documentation
This commit is contained in:
parent
1f1e26615c
commit
03948b8b01
@ -7,16 +7,28 @@ namespace Passer.Humanoid {
|
||||
using Passer.Tracking;
|
||||
using Passer.Humanoid.Tracking;
|
||||
|
||||
/// <summary>
|
||||
/// An sensors used on the arm of a Humanoid
|
||||
/// </summary>
|
||||
public class ArmSensor : HumanoidSensor {
|
||||
protected HandTarget handTarget {
|
||||
get { return target as HandTarget; }
|
||||
}
|
||||
/// <summary>
|
||||
/// The HandTarget for this sensor
|
||||
/// </summary>
|
||||
protected HandTarget handTarget => target as HandTarget;
|
||||
|
||||
/// <summary>
|
||||
/// The \ref HumanoidControl "Humanoid" for this sensor
|
||||
/// </summary>
|
||||
protected HumanoidControl humanoid => handTarget.humanoid;
|
||||
|
||||
/// <summary>
|
||||
/// The sensor used for this arm
|
||||
/// </summary>
|
||||
public SensorComponent sensorComponent;
|
||||
//protected new Tracking.ArmSensor sensor;
|
||||
|
||||
/// <summary>
|
||||
/// The skeleton for the hand
|
||||
/// </summary>
|
||||
public HandSkeleton handSkeleton;
|
||||
|
||||
#region Manage
|
||||
|
Loading…
x
Reference in New Issue
Block a user