-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Assets\Project\Scripts\Interaction\CompoundHandRef.cs(55,26): error CS1061: 'IHand' does not contain a definition for 'GetHandAspect' and no accessible extension method 'GetHandAspect' accepting a first argument of type 'IHand' could be found (are you missing a using directive or an assembly reference?)
Assets\Project\Scripts\Interaction\CompoundHandRef.cs(62,54): error CS1061: 'IHand' does not contain a definition for 'GetHandAspect' and no accessible extension method 'GetHandAspect' accepting a first argument of type 'IHand' could be found (are you missing a using directive or an assembly reference?)
Assets\Project\Scripts\Interaction\CompoundHandRef.cs(84,54): error CS1061: 'IHand' does not contain a definition for 'IsCenterEyePoseValid' and no accessible extension method 'IsCenterEyePoseValid' accepting a first argument of type 'IHand' could be found (are you missing a using directive or an assembly reference?)
Assets\Project\Scripts\Interaction\CompoundHandRef.cs(85,59): error CS1061: 'IHand' does not contain a definition for 'TrackingToWorldSpace' and no accessible extension method 'TrackingToWorldSpace' accepting a first argument of type 'IHand' could be found (are you missing a using directive or an assembly reference?)
Assets\Project\Scripts\Interaction\CompoundHandRef.cs(87,65): error CS1061: 'IHand' does not contain a definition for 'GetCenterEyePose' and no accessible extension method 'GetCenterEyePose' accepting a first argument of type 'IHand' could be found (are you missing a using directive or an assembly reference?)