Ejemplo n.º 1
0
    public bool getRightHandState() //returns true if right Hand is closed
    {
        bool temp = AvatarModel.getRightHandState() == HandState.Closed;

        return(temp);
    }